From 3ad0c6cf33b5782b373d29fc71387af3b4da85dd Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Fri, 17 Jan 2020 18:18:32 +0200 Subject: [PATCH] new file --- chrome/dark_theme_aware_statuspanel.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 chrome/dark_theme_aware_statuspanel.css diff --git a/chrome/dark_theme_aware_statuspanel.css b/chrome/dark_theme_aware_statuspanel.css new file mode 100644 index 0000000..1431891 --- /dev/null +++ b/chrome/dark_theme_aware_statuspanel.css @@ -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; +} \ No newline at end of file