diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-02-20 18:57:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-20 18:57:53 +0100 |
commit | d77729916b4b9c2b67abd41181336c2cbb1da968 (patch) | |
tree | 8570f17500f94cc5c4275517b7c4d1958ca813e6 /browser/themes/windows/browser-aero.css | |
parent | 8826313be011b3077c3ac4c6238f2b62e1f3227d (diff) | |
parent | 4c697043da9fe3f58a7e070dad74eab6972695a0 (diff) | |
download | UXP-d77729916b4b9c2b67abd41181336c2cbb1da968.tar UXP-d77729916b4b9c2b67abd41181336c2cbb1da968.tar.gz UXP-d77729916b4b9c2b67abd41181336c2cbb1da968.tar.lz UXP-d77729916b4b9c2b67abd41181336c2cbb1da968.tar.xz UXP-d77729916b4b9c2b67abd41181336c2cbb1da968.zip |
Merge pull request #27 from MoonchildProductions/theme-work
Remove Windows XP and Windows Vista theme components and resources.
Diffstat (limited to 'browser/themes/windows/browser-aero.css')
-rw-r--r-- | browser/themes/windows/browser-aero.css | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/browser/themes/windows/browser-aero.css b/browser/themes/windows/browser-aero.css index 28599af7a..dbac6bb7a 100644 --- a/browser/themes/windows/browser-aero.css +++ b/browser/themes/windows/browser-aero.css @@ -445,7 +445,7 @@ } /* The borders on the glass frame are ours, and inside #browser, and on - * vista and win7 we want to make sure they are "glassy", so we can't use + * win7 we want to make sure they are "glassy", so we can't use * #browser as the exclude-glass container. We use #appcontent instead. */ #browser { -moz-appearance: none; @@ -458,7 +458,7 @@ @media (-moz-os-version: windows-win8) { /* Artificially draw window borders that are covered by lwtheme, see bug 591930. - * Borders for vista/win7 are below, win10 doesn't need them. */ + * Borders for win7 are below, win10 doesn't need them. */ #main-window[sizemode="normal"] > #tab-view-deck > #browser-panel:-moz-lwtheme { border-top: 1px solid @toolbarShadowColor@; } @@ -473,11 +473,9 @@ * On aero, the menubar fog disappears for inactive windows, and renders gray * illegible. */ - @media not all and (-moz-os-version: windows-vista) { - @media not all and (-moz-os-version: windows-win7) { - #toolbar-menubar:not(:-moz-lwtheme):-moz-window-inactive { - color: ThreeDShadow; - } + @media not all and (-moz-os-version: windows-win7) { + #toolbar-menubar:not(:-moz-lwtheme):-moz-window-inactive { + color: ThreeDShadow; } } } @@ -487,9 +485,8 @@ color: white; } - /* Show borders on vista through win8, but not on win10 and later: */ - @media (-moz-os-version: windows-vista), - (-moz-os-version: windows-win7), + /* Show borders on win7 and win8, but not on win10 and later: */ + @media (-moz-os-version: windows-win7), (-moz-os-version: windows-win8) { /* Vertical toolbar border */ #main-window:not([customizing])[sizemode=normal] #navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(:-moz-lwtheme), |