fenix-fox/chrome/dark_theme_aware_statuspanel.css

13 lines
610 B
CSS
Raw Normal View History

2020-05-22 07:13:58 +02:00
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/dark_theme_aware_statuspanel.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */
2020-01-17 17:18:32 +01:00
/*
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;
}