Deprecate bunch of styles

All of these have built-in support nowadays
This commit is contained in:
MrOtherGuy
2023-11-18 10:34:16 +02:00
parent d66b6e54be
commit 3a8ace8643
10 changed files with 33 additions and 33 deletions

View File

@@ -0,0 +1,13 @@
/* 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. */
/*
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.
*/
:root[lwthemetextcolor="bright"] #statuspanel-label{
background-color: rgb(50,50,52) !important;
color: rgb(187,187,189) !important;
border-color: grey !important;
}