You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
firefox-csshacks/chrome/dark_theme_aware_statuspane...

10 lines
374 B
CSS

/*
Makes statuspanel aware of the the theme text color
Meaning, if theme text is light then the statuspanel uses dark background and light text. On themes with dark text the statuspanel has normal appearance.
*/
#statuspanel-label:-moz-lwtheme-brighttext{
background-color: rgb(50,50,52) !important;
color: rgb(187,187,189) !important;
border-color: grey !important;
}