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; }