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/customizableui/panelUI.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/customizableui/panelUI.css')
-rw-r--r-- | browser/themes/windows/customizableui/panelUI.css | 26 |
1 files changed, 11 insertions, 15 deletions
diff --git a/browser/themes/windows/customizableui/panelUI.css b/browser/themes/windows/customizableui/panelUI.css index 92080d599..189a163f3 100644 --- a/browser/themes/windows/customizableui/panelUI.css +++ b/browser/themes/windows/customizableui/panelUI.css @@ -131,21 +131,17 @@ menu.subviewbutton > .menu-right:-moz-locale-dir(rtl) { } /* Win8 and beyond. */ -@media not all and (-moz-os-version: windows-xp) { - @media not all and (-moz-os-version: windows-vista) { - @media not all and (-moz-os-version: windows-win7) { - panelview .toolbarbutton-1, - .subviewbutton, - .widget-overflow-list .toolbarbutton-1, - .panelUI-grid .toolbarbutton-1 > .toolbarbutton-menubutton-button, - #BMB_bookmarksPopup menupopup[placespopup=true] > hbox, - #edit-controls@inAnyPanel@, - #zoom-controls@inAnyPanel@, - #edit-controls@inAnyPanel@ > toolbarbutton, - #zoom-controls@inAnyPanel@ > toolbarbutton { - border-radius: 0; - } - } +@media not all and (-moz-os-version: windows-win7) { + panelview .toolbarbutton-1, + .subviewbutton, + .widget-overflow-list .toolbarbutton-1, + .panelUI-grid .toolbarbutton-1 > .toolbarbutton-menubutton-button, + #BMB_bookmarksPopup menupopup[placespopup=true] > hbox, + #edit-controls@inAnyPanel@, + #zoom-controls@inAnyPanel@, + #edit-controls@inAnyPanel@ > toolbarbutton, + #zoom-controls@inAnyPanel@ > toolbarbutton { + border-radius: 0; } } |