mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-06 07:23:02 +00:00
Update popups.css
This commit is contained in:
parent
613c1c2c99
commit
59318457d6
@ -220,7 +220,10 @@ menuitem, menupopup menu,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Menu buttons disabled */
|
/* Menu buttons disabled */
|
||||||
|
menuitem[disabled="true"],
|
||||||
menupopup menu[disabled="true"],
|
menupopup menu[disabled="true"],
|
||||||
|
menuitem[disabled="true"][_moz-menuactive],
|
||||||
|
menupopup menu[disabled="true"][_moz-menuactive],
|
||||||
.subviewbutton[disabled="true"],
|
.subviewbutton[disabled="true"],
|
||||||
.subviewbutton:not(#appMenu-fxa-label2)[disabled="true"],
|
.subviewbutton:not(#appMenu-fxa-label2)[disabled="true"],
|
||||||
.toolbarbutton-1[disabled="true"],
|
.toolbarbutton-1[disabled="true"],
|
||||||
@ -231,7 +234,7 @@ menupopup menu[disabled="true"],
|
|||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
menuitem[disabled="true"] {
|
.menuitem-iconic[disabled="true"] {
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
color: var(--gnome-inactive-toolbar-color) !important;
|
color: var(--gnome-inactive-toolbar-color) !important;
|
||||||
background-image: var(--gnome-button-disabled-background) !important;
|
background-image: var(--gnome-button-disabled-background) !important;
|
||||||
@ -239,10 +242,6 @@ menuitem[disabled="true"] {
|
|||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
menuitem[disabled="true"][_moz-menuactive], menupopup menu[disabled="true"][_moz-menuactive] {
|
|
||||||
background-image: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Menu buttons hover */
|
/* Menu buttons hover */
|
||||||
menuitem:not([disabled="true"]):is(:hover, [_moz-menuactive]),
|
menuitem:not([disabled="true"]):is(:hover, [_moz-menuactive]),
|
||||||
menupopup menu:not([disabled="true"]):is(:hover, [_moz-menuactive]),
|
menupopup menu:not([disabled="true"]):is(:hover, [_moz-menuactive]),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user