Appmenu: Don't use Aero styling on non-Vista/7

This commit is contained in:
Lootyhoof
2016-08-28 18:46:54 +01:00
committed by roytam1
parent 228bf09e84
commit 3e5648175e
+2 -1
View File
@@ -3643,7 +3643,8 @@ toolbar[brighttext] #addonbar-closebutton {
}
/* ::::: splitmenu highlight style that imitates Windows 7 start menu ::::: */
@media (-moz-windows-default-theme) {
@media (-moz-os-version: windows-vista) and (-moz-windows-default-theme),
(-moz-os-version: windows-win7) and (-moz-windows-default-theme) {
.splitmenu-menuitem,
.splitmenu-menu {
-moz-appearance: none;