Fix blue toolbar background on Windows with DWM compositor

Applies to Windows 7 with Aero effects and later Windows versions
This commit is contained in:
Dan Stillman 2018-03-05 17:13:16 -05:00
parent 381351b433
commit 87efe75e24

View File

@ -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]) {