From 3f5805a45a0e4199a514a9c6272d72f6c64e8f1e Mon Sep 17 00:00:00 2001 From: bmFtZQ <62812711+bmFtZQ@users.noreply.github.com> Date: Sun, 9 May 2021 03:17:15 +0800 Subject: [PATCH] Add files via upload --- chrome/global/global.css | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/chrome/global/global.css b/chrome/global/global.css index 24ec393..e5ed8af 100644 --- a/chrome/global/global.css +++ b/chrome/global/global.css @@ -45,13 +45,13 @@ @media (-moz-windows-accent-color-in-titlebar: 0) { :root[tabsintitlebar]:not(:-moz-lwtheme):not([privatebrowsingmode=temporary]) { - background-color: #dee1e6 !important; - color: #3c4043 !important; + background-color: #cecece !important; + color: #000 !important; } :root[tabsintitlebar]:not(:-moz-lwtheme):not([privatebrowsingmode=temporary]):-moz-window-inactive { - background-color: #e7eaed !important; - color: #666a6d !important; + background-color: #e8e8e8 !important; + color: #3a3a3a !important; } } } @@ -74,6 +74,14 @@ } } +/* Change Colour of page when loading */ +#tabbrowser-tabpanels { + background-color: #f7f7f7 !important; +} +:root[lwthemetextcolor="bright"] #tabbrowser-tabpanels { + background-color: #242424 !important; +} + #navigator-toolbox :-moz-any(toolbar, #nav-bar-customization-target):not(#toolbar-menubar) { -moz-box-align: center !important; }