diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-02-17 17:12:28 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-17 17:12:28 +0100 |
commit | 050cfdc4cabb50df1a3f0005e967359dc800131e (patch) | |
tree | 72f882929fa06be8b77575894e5f8e991e3c76f1 /browser/themes/windows/devedition.css | |
parent | 1da0e8a095d82dd6b9ad0c0a45a7ee3b9d80ded7 (diff) | |
parent | 6f5c57ae74045228c2cbe4b797fe228f03274e6c (diff) | |
download | UXP-050cfdc4cabb50df1a3f0005e967359dc800131e.tar UXP-050cfdc4cabb50df1a3f0005e967359dc800131e.tar.gz UXP-050cfdc4cabb50df1a3f0005e967359dc800131e.tar.lz UXP-050cfdc4cabb50df1a3f0005e967359dc800131e.tar.xz UXP-050cfdc4cabb50df1a3f0005e967359dc800131e.zip |
Merge branch 'ported-moebius'
Diffstat (limited to 'browser/themes/windows/devedition.css')
-rw-r--r-- | browser/themes/windows/devedition.css | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/browser/themes/windows/devedition.css b/browser/themes/windows/devedition.css index 4c25f33a1..2dc72eeeb 100644 --- a/browser/themes/windows/devedition.css +++ b/browser/themes/windows/devedition.css @@ -193,14 +193,12 @@ /* Use proper menu text styling in Win7 classic mode (copied from browser.css) */ @media not all and (-moz-windows-compositor), not all and (-moz-windows-default-theme) { - #main-window[tabsintitlebar]:not([inFullscreen]) #toolbar-menubar, - #main-window[tabsintitlebar]:not([inFullscreen]) #TabsToolbar { - color: CaptionText; + :root[tabsintitlebar]:not([inFullscreen]) { + --titlebar-text-color: CaptionText; } - #main-window[tabsintitlebar]:not([inFullscreen]) #toolbar-menubar:-moz-window-inactive, - #main-window[tabsintitlebar]:not([inFullscreen]) #TabsToolbar:-moz-window-inactive { - color: InactiveCaptionText; + :root[tabsintitlebar]:not([inFullscreen]):-moz-window-inactive { + --titlebar-text-color: InactiveCaptionText; } #main-window[tabsintitlebar] #main-menubar > menu { |