diff --git a/chrome/autohide_toolbox.css b/chrome/autohide_toolbox.css index 22c46b8..7bae8f8 100644 --- a/chrome/autohide_toolbox.css +++ b/chrome/autohide_toolbox.css @@ -25,6 +25,7 @@ See the above repository for updates as well as full license text. */ @media screen and (min-resolution: 2dppx){ :root[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen]) > body > box{ margin-top: 7px !important; } } + #navigator-toolbox:not(:-moz-lwtheme){ background-color: rgb(32, 35, 64) !important; } } :root[sizemode="fullscreen"]{ margin-top: 0px !important; }