ElkArte Community

Title: Bits of css leftover?
Post by: emanuele on June 24, 2014, 11:04:15 am
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?
Title: Re: Bits of css leftover?
Post by: Eliana Tamerin on June 24, 2014, 11:54:45 am
Quote from: emanuele –
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



Bye bye.
Title: Re: Bits of css leftover?
Post by: Spuds on June 25, 2014, 10:38:25 am
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.
Title: Re: Bits of css leftover?
Post by: emanuele on June 25, 2014, 11:00:17 am
Good to know. :D
Title: Re: Bits of css leftover?
Post by: forumsearch0r on July 19, 2014, 10:33:51 am
I'd recommend to parse ElkArte-dev with CSS Usage (https://addons.mozilla.org/en-US/firefox/addon/css-usage/) every now and then. :)