From aca2438e46a4bb937a2e1bc0adbe3f275cdd4f98 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Tue, 18 Oct 2022 17:52:44 +0200 Subject: [PATCH] Update for compatibility with FF106 --- chrome/userChrome.css | 10 ++-------- chrome/userContent.css | 4 ---- 2 files changed, 2 insertions(+), 12 deletions(-) delete mode 100755 chrome/userContent.css diff --git a/chrome/userChrome.css b/chrome/userChrome.css index 9b220b8..1f3bf95 100755 --- a/chrome/userChrome.css +++ b/chrome/userChrome.css @@ -3,6 +3,7 @@ border-top: solid 1px #505050; } #statuspanel { + position: fixed !important; height: 20px !important; width: 100% !important; left: 0px !important; @@ -12,16 +13,9 @@ transition-delay: 0s !important; transition-property: none !important; } -#statuspanel-inner { - height: 20px !important; -} #statuspanel-label { - top: 0px !important; - margin-left: 0px !important; - margin-top: 0px !important; - border: none !important; - padding: 0px !important; background: transparent !important; + border: none !important; } html[inFullscreen="true"] #browser-bottombox { diff --git a/chrome/userContent.css b/chrome/userContent.css deleted file mode 100755 index 60f67fb..0000000 --- a/chrome/userContent.css +++ /dev/null @@ -1,4 +0,0 @@ -// input, textarea, select { color: #000000; background: #ffffff; -moz-appearance: none; } -// input[type=button], input[type=submit] { -moz-appearance: button; } -// input[type=checkbox] { -moz-appearance: checkbox; } -// input[type=radio] { -moz-appearance: radio; }