diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-02-20 12:49:23 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-20 12:49:23 +0100 |
commit | fd9d8c20d21f527d99bf9ce3d3f0f25f85fb029c (patch) | |
tree | dffeaa3619eb4fc8757dabd3ce8464308b9ba312 /browser/themes/windows/devedition.css | |
parent | 8826313be011b3077c3ac4c6238f2b62e1f3227d (diff) | |
download | UXP-fd9d8c20d21f527d99bf9ce3d3f0f25f85fb029c.tar UXP-fd9d8c20d21f527d99bf9ce3d3f0f25f85fb029c.tar.gz UXP-fd9d8c20d21f527d99bf9ce3d3f0f25f85fb029c.tar.lz UXP-fd9d8c20d21f527d99bf9ce3d3f0f25f85fb029c.tar.xz UXP-fd9d8c20d21f527d99bf9ce3d3f0f25f85fb029c.zip |
Remove Windows XP and Windows Vista theme components and resources.
Diffstat (limited to 'browser/themes/windows/devedition.css')
-rw-r--r-- | browser/themes/windows/devedition.css | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/browser/themes/windows/devedition.css b/browser/themes/windows/devedition.css index 2dc72eeeb..bdf4bb80e 100644 --- a/browser/themes/windows/devedition.css +++ b/browser/themes/windows/devedition.css @@ -16,7 +16,7 @@ /* The window background is white due to no accentcolor in the lightweight theme. It can't be changed to transparent when there is no compositor - (Win XP or 7 in classic / basic theme), or else dragging and focus become + (Win 7 in classic / basic theme), or else dragging and focus become broken. So instead just show the normal titlebar in that case, and override the window color as transparent when the compositor is available. */ @media not all and (-moz-windows-compositor) { @@ -116,9 +116,7 @@ } } -@media (-moz-os-version: windows-xp), - (-moz-os-version: windows-vista), - (-moz-os-version: windows-win7), +@media (-moz-os-version: windows-win7), (-moz-os-version: windows-win8) { :root { --space-above-tabbar: 15px; @@ -261,8 +259,7 @@ color: var(--chrome-color); } -@media (-moz-os-version: windows-vista), - (-moz-os-version: windows-win7), +@media (-moz-os-version: windows-win7), (-moz-os-version: windows-win8) { /* And then we add them back on toolbars so that they don't look borderless: */ #main-window:not([customizing])[sizemode=normal] #navigator-toolbox::after, |