mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-01 04:00:26 +00:00
Appmenu: Don't use Aero styling on non-Vista/7
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user