From 87efe75e24ff639db15574b1ffa0eb2e62efb91f Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 5 Mar 2018 17:13:16 -0500 Subject: [PATCH] Fix blue toolbar background on Windows with DWM compositor Applies to Windows 7 with Aero effects and later Windows versions --- chrome/content/zotero-platform/win/overlay.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/chrome/content/zotero-platform/win/overlay.css b/chrome/content/zotero-platform/win/overlay.css index 82be9a161..f9ec2e03e 100644 --- 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]) {