new file
This commit is contained in:
parent
4293efba0a
commit
3ad0c6cf33
1 changed files with 10 additions and 0 deletions
10
chrome/dark_theme_aware_statuspanel.css
Normal file
10
chrome/dark_theme_aware_statuspanel.css
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
/*
|
||||||
|
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;
|
||||||
|
}
|
Loading…
Reference in a new issue