|
#1
| ||||
| ||||
| Bad colors in Search results The header for search results includes text that I find to be barely visible. The text is class "smallfont" using text color #555555 and appears on a background class "tcat" using background color #004d80. I think that the "smallfont" text should be lightened a bit. #999 text works on #004d80. The nearly invisible text on the search results page is, "New Posts" and "Showing results 1 to 25 of 199. Search took 0.05 seconds" for http://macosx.com/forums/search.php?searchid=752590 |
|
#2
| ||||
| ||||
| Well, I guess it's not going to be changed. Users of Firefox can change it themselves by adding the following to userContent.css: Code: @-moz-document domain(macosx.com) {
td[class="tcat"] span[class="smallfont"] { color: #999 !important; }
} Last edited by minckster; September 4th, 2006 at 07:02 AM. Reason: Vastly simplified CSS. |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Order of search results | linguist1 | Mac OS X System & Mac Software | 0 | March 22nd, 2006 02:42 PM |
| Removing newsgroup search results? | lilbandit | Site Discussion | 3 | September 6th, 2005 02:43 PM |
| what to do with spotlight results? | Cow Loon | Mac OS X System & Mac Software | 2 | May 31st, 2005 06:09 AM |
| Mixed Results | Schizophonic | Apple News, Rumors & Discussion | 2 | April 28th, 2001 07:23 AM |