summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-07-12 13:01:17 -0400
committerMatt A. Tobin <email@mattatobin.com>2021-07-12 13:11:40 -0400
commitc88fbe54866323839e4d3749707869232bd68123 (patch)
tree8aecd021b38e88d69c80d9b8c20bc3542bce58d2 /toolkit
parent31572b0d909c6300c9539e7e68eab2f4416f8799 (diff)
downloadaura-central-c88fbe54866323839e4d3749707869232bd68123.tar.gz
Issue mcp-graveyard/UXP%1793 - Only use Glass on the Toolkit Download Manager on Windows 7
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/themes/windows/mozapps/downloads/downloads.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/themes/windows/mozapps/downloads/downloads.css b/toolkit/themes/windows/mozapps/downloads/downloads.css
index 202ec016f..3f1bcbec3 100644
--- a/toolkit/themes/windows/mozapps/downloads/downloads.css
+++ b/toolkit/themes/windows/mozapps/downloads/downloads.css
@@ -111,7 +111,7 @@ richlistitem[type="download"] .dateTime {
margin-top: 3px;
}
-@media (-moz-windows-compositor) {
+@media (-moz-windows-compositor) and (-moz-os-version: windows-win7) {
#downloadManager {
-moz-appearance: -moz-win-glass;
background: transparent;