From dd437957b10c9d00c7efb71bfea7461856d1c1b6 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Wed, 11 Mar 2020 13:04:41 +0000 Subject: [PATCH] Firefox userChrome.css --- .../firefox/default/chrome/userChrome.css | 17 +++++++++++++++++ firefox/userChrome.css | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 firefox/.mozilla/firefox/default/chrome/userChrome.css create mode 100644 firefox/userChrome.css diff --git a/firefox/.mozilla/firefox/default/chrome/userChrome.css b/firefox/.mozilla/firefox/default/chrome/userChrome.css new file mode 100644 index 00000000..90fce437 --- /dev/null +++ b/firefox/.mozilla/firefox/default/chrome/userChrome.css @@ -0,0 +1,17 @@ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +#statuspanel { + position: fixed; + bottom: -1px; + right: -1px; + text-align: right; + background-color: #282828; + color: #fbf1c7; + border: 1px solid #689d6a; + +} + +#statuspanel-inner { + height: auto !important; + margin-right: 0; +} diff --git a/firefox/userChrome.css b/firefox/userChrome.css new file mode 100644 index 00000000..90fce437 --- /dev/null +++ b/firefox/userChrome.css @@ -0,0 +1,17 @@ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +#statuspanel { + position: fixed; + bottom: -1px; + right: -1px; + text-align: right; + background-color: #282828; + color: #fbf1c7; + border: 1px solid #689d6a; + +} + +#statuspanel-inner { + height: auto !important; + margin-right: 0; +}