Skip to content

Instantly share code, notes, and snippets.

@ParoTheParrot
Last active September 21, 2021 15:29
Show Gist options
  • Save ParoTheParrot/1076239c0a63331d157a6370188ec3e0 to your computer and use it in GitHub Desktop.
Save ParoTheParrot/1076239c0a63331d157a6370188ec3e0 to your computer and use it in GitHub Desktop.
statusbar_color.css #firefox
/* Github: https://github.com/aris-t2/customcssforfx /statusbar_color.css **/
:root {
/* --statusbar_background_color: silver; */
--statusbar_font_color: navy;
}
:-moz-any(statuspanel,#statuspanel) {
-moz-appearance: none !important;
background: unset !important;
border: 0 !important;
}
:-moz-any(statuspanel,#statuspanel) :-moz-any(#statuspanel-label,.statuspanel-label) {
-moz-appearance: none !important;
background: var(--statusbar_background_color) !important;
color: var(--statusbar_font_color) !important;
border: 0 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment