grssam / UIEnhancer

Source code for UI Enhancer addon
https://addons.mozilla.org/en-US/firefox/addon/ui-enhancer/
51 stars 22 forks source link

Using Dark theme and progress status in location bar makes status text too dark to read #99

Open squilibob opened 11 years ago

squilibob commented 11 years ago

Using Dark theme and progress status in location bar makes status text too dark to read. There does not seem to be a way to change the text of the status. I have a dark windows theme and I believe that is probably causing the text to be dark with the dark theme 2013-08-03 04_22_45-location bar enhancer 5 1 _ an idea

grssam commented 11 years ago

will fix soon.

squilibob commented 11 years ago

adding an override to userchrome.css seems to fix it

UIEnhancer_StatusBar > * {

color: #fff !important; } I don't know why it doesn't apply in the first place