remove remaining --lwt-frame variables from the codebase

This commit is contained in:
MrOtherGuy
2022-11-19 10:22:05 +02:00
parent add8f8c1eb
commit 62f0d91975
10 changed files with 14 additions and 42 deletions

View File

@@ -7,9 +7,6 @@ See the above repository for updates as well as full license text. */
@-moz-document url(chrome://browser/content/browser.xhtml){
/* Dummy variable to support versions 94-96, can be removed when 96 lands */
:root{ --lwt-frame: var(--lwt-accent-color) }
#titlebar{ -moz-appearance: none !important; }
#navigator-toolbox > div{ display: contents }
@@ -60,7 +57,7 @@ See the above repository for updates as well as full license text. */
/* These three rules exist for compatibility with autohide_toolbox.css */
#navigator-toolbox{ bottom: 0px; transform-origin: bottom }
#main-window > body > box{ margin-top: 0 !important; }
#toolbar-menubar{ z-index: 1; background-color: var(--lwt-frame,black); }
#toolbar-menubar{ z-index: 1; background-color: var(--lwt-accent-color,black); }
/**************
Menubar options - By default, menubar is overlayed on top of web-content