summaryrefslogtreecommitdiff
path: root/browser
diff options
context:
space:
mode:
authorPale Moon <git-repo@palemoon.org>2018-01-20 00:28:00 +0100
committerPale Moon <git-repo@palemoon.org>2018-01-20 00:28:00 +0100
commitb8c009079e0f0eab3bf74599cd3793db33a71c5d (patch)
tree2c9ce312d4c8ca6dd3c8a2934062fb742f562f6e /browser
parent538dfb7804839a98013e9690e490f28371f01477 (diff)
downloadpalemoon-gre-b8c009079e0f0eab3bf74599cd3793db33a71c5d.tar.gz
Don't style the menu bar items unless we don't have a compositor.
(Workaround for Windows 8+ always using the compositor, even in high-contrast mode) Tag #1591
Diffstat (limited to 'browser')
-rw-r--r--browser/themes/windows/browser.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/browser/themes/windows/browser.css b/browser/themes/windows/browser.css
index e745d208b..9fdd67b55 100644
--- a/browser/themes/windows/browser.css
+++ b/browser/themes/windows/browser.css
@@ -71,10 +71,6 @@
-moz-box-flex: 1; /* make menu items expand to fill toolbar height */
}
-#main-menubar > menu:not(:-moz-lwtheme) {
- color: inherit; /* allow menubar items to be styled */
-}
-
#navigator-toolbox {
-moz-appearance: none;
background-color: transparent;
@@ -118,6 +114,10 @@
-moz-binding: url("chrome://global/content/bindings/general.xml#windowdragbox");
visibility: visible;
}
+
+ #main-menubar > menu:not(:-moz-lwtheme) {
+ color: inherit; /* allow menubar items to be styled */
+ }
}
#nav-bar[tabsontop=true],