From 3e5648175e567d8f75930fa7f2b4df2999c07fbb Mon Sep 17 00:00:00 2001 From: Lootyhoof Date: Sun, 28 Aug 2016 18:46:54 +0100 Subject: [PATCH] Appmenu: Don't use Aero styling on non-Vista/7 --- browser/themes/windows/browser.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/browser/themes/windows/browser.css b/browser/themes/windows/browser.css index 72269e182a..e15c57095f 100644 --- a/browser/themes/windows/browser.css +++ b/browser/themes/windows/browser.css @@ -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;