diff options
author | Matt A. Tobin <email@mattatobin.com> | 2021-07-12 13:01:17 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2021-07-12 13:11:40 -0400 |
commit | 3003f52e1d154d44e70edb9f7da5ba97e7e4fc65 (patch) | |
tree | 8aecd021b38e88d69c80d9b8c20bc3542bce58d2 /toolkit/themes | |
parent | cc934f826465f552e546f80da1ea99a2f4f0f5c8 (diff) | |
download | uxp-3003f52e1d154d44e70edb9f7da5ba97e7e4fc65.tar.gz |
Issue #1793 - Only use Glass on the Toolkit Download Manager on Windows 7
Diffstat (limited to 'toolkit/themes')
-rw-r--r-- | toolkit/themes/windows/mozapps/downloads/downloads.css | 2 |
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 202ec016fe..3f1bcbec31 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; |