Skip to main content
Topic: Bits of css leftover? (Read 2880 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Bits of css leftover?

Code: [Select]
.forumtitle>a {
color: #377828;
text-shadow: 1px 1px 0 #fff;
}
forumtitle is an id now, so that one is not applied.
Should it stay or it go? :P

Code: [Select]
#search_form select {
border: 1px solid #afafaf;
border-right: none;
opacity: 0.8;
}
I was designing a template with an yellow-ish background and the opacity seemed a bit odd. Is it intended?
Bugs creator.
Features destroyer.
Template killer.


Re: Bits of css leftover?

Reply #2

QuoteI was designing a template with an yellow-ish background and the opacity seemed a bit odd. Is it intended?
Seems to make the select drop button (at least in Fx) blend a bit better with the input button next to it.  Make look odd in other browsers though.  Don't care if it stays of goes.

Re: Bits of css leftover?

Reply #3

Good to know. :D
Bugs creator.
Features destroyer.
Template killer.

Re: Bits of css leftover?

Reply #4

I'd recommend to parse ElkArte-dev with CSS Usage every now and then. :)
-