commit 87efe75e24ff639db15574b1ffa0eb2e62efb91f
parent 381351b4335ebb9b9f4ad4e7147da7b5cacd7332
Author: Dan Stillman <dstillman@zotero.org>
Date: Mon, 5 Mar 2018 17:13:16 -0500
Fix blue toolbar background on Windows with DWM compositor
Applies to Windows 7 with Aero effects and later Windows versions
Diffstat:
1 file changed, 0 insertions(+), 9 deletions(-)
diff --git a/chrome/content/zotero-platform/win/overlay.css b/chrome/content/zotero-platform/win/overlay.css
@@ -236,15 +236,6 @@ toolbar:not([id="nav-bar"]) #zotero-toolbar-buttons separator {
padding-left: 2px;
}
-#zotero-toolbar:-moz-system-metric(windows-compositor) {
- -moz-appearance: none !important;
- background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
- background-color: rgb(207, 219, 236) !important;
- border-width: 0 0 1px 0;
- border-style: solid;
- border-color: #818790;
-}
-
#zotero-collections-splitter:not([state=collapsed]),
#zotero-items-splitter:not([state=collapsed]),
#zotero-tags-splitter:not([state=collapsed]) {