This post originated from an RSS feed registered with Web Buzz
by Simon Willison.
Original Post: Site specific stylesheets in Mozilla
Feed Title: Simon Willison: [X]HTML and CSS
Feed URL: http://simon.incutio.com/syndicate/markup/rss1.0
Feed Description: Simon Willison's [X]HTML and CSS cateory
@-moz-document url-prefix(http://www.mozilla.org/) {
#q { background: white ! important; color: black ! important; }
}
Drop that in your userContent.css file for black-on-white search fields, but only for pages with URLs starting in http://www.mozilla.org/. Two other selection functions are available: domain(mozilla.org) for all page (and sub-domains) of the mozilla.org domain and url(http://www.mozilla.org/) for just the page matching that exact URL.
The sooner this makes it in to Firefox the better.