Confirmed users
657
edits
(→Changes as userChrome: Bug 420414 - on Vista, a menubutton which has focus and selection should not have a blue background) |
(→Changes as userChrome: Bug 427179 - Set second line in download manager results to GreyText) |
||
| Line 47: | Line 47: | ||
background-color: #EEF3FA !important; | background-color: #EEF3FA !important; | ||
} | } | ||
/*Download Manager*/ | |||
/*Bug 427179 - Set second line in download manager results to GreyText*/ | |||
/*File: winstripe/mozapps/downloads/downloads.css */ | |||
richlistitem[type="download"]:not([selected="true"]) .dateTime, | |||
richlistitem[type="download"]:not([selected="true"]) .status { | |||
color: GrayText !important; | |||
} | |||
</pre></code> | </pre></code> | ||