Fixed Firefox 114.0 theme issues
This commit is contained in:
parent
7744a464f3
commit
3a10a22d21
2 changed files with 18 additions and 1 deletions
|
@ -316,6 +316,10 @@ tab[selected]:-moz-window-inactive {
|
||||||
transition: all 200ms;
|
transition: all 200ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tab-background, .tab-stack {
|
||||||
|
min-height: 32px !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Tab hover */
|
/* Tab hover */
|
||||||
#TabsToolbar .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true]) {
|
#TabsToolbar .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true]) {
|
||||||
background-color: var(--gnome-tabbar-tab-active-hover-background) !important;
|
background-color: var(--gnome-tabbar-tab-active-hover-background) !important;
|
||||||
|
|
|
@ -47,10 +47,23 @@ menuitem, menupopup menu {
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
menuitem[type="checkbox"] image, menuitem[type="radio"] image {
|
menuitem[type="checkbox"] image,
|
||||||
|
menuitem[type="radio"] image {
|
||||||
visibility: visible !important;
|
visibility: visible !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (-moz-gtk-non-native-menus) or (-moz-non-native-content-theme) {
|
||||||
|
menuitem:is([type="checkbox"], [checked="true"]) .menu-iconic-icon {
|
||||||
|
appearance: none !important;
|
||||||
|
-moz-default-appearance: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
menuitem[type="radio"] .menu-iconic-icon {
|
||||||
|
appearance: none !important;
|
||||||
|
-moz-default-appearance: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
menuitem[disabled="true"],
|
menuitem[disabled="true"],
|
||||||
menupopup menu[disabled="true"],
|
menupopup menu[disabled="true"],
|
||||||
menuitem[disabled="true"]:hover,
|
menuitem[disabled="true"]:hover,
|
||||||
|
|
Loading…
Reference in a new issue