mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-01 15:00:32 -08:00
Fix: Menu Color - windows7, 8
This commit is contained in:
parent
9a684bbb40
commit
d641b09b4d
1 changed files with 18 additions and 0 deletions
|
|
@ -93,6 +93,24 @@
|
|||
}
|
||||
}
|
||||
|
||||
/*= Windows 7, 8 - Menu Active Color =======================================*/
|
||||
@media (-moz-os-version: windows-win7), (-moz-os-version: windows-win8) {
|
||||
menupopup > menu,
|
||||
menupopup > menuitem {
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
menu[_moz-menuactive="true"],
|
||||
menuitem[_moz-menuactive="true"] {
|
||||
background-color: color-mix(in srgb, -moz-menuhover 5%, transparent);
|
||||
border-color: color-mix(in srgb, -moz-menuhover 60%, transparent);
|
||||
}
|
||||
menu[_moz-menuactive="true"][disabled="disabled"],
|
||||
menuitem[_moz-menuactive="true"][disabled="true"] {
|
||||
background-color: transparent;
|
||||
border-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
/*= Linux- Global Menubar Active Color =====================================*/
|
||||
@media (-moz-gtk-csd-available) {
|
||||
#main-menubar > menu[open="true"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue