Fix: Fully Theme - Light alphen glow's hover background #459

This commit is contained in:
alstjr7375 2022-09-25 18:49:53 +09:00
parent 3a7815f024
commit 48c17f313a
2 changed files with 13 additions and 0 deletions

View file

@ -1387,6 +1387,12 @@
background-color: transparent !important;
}
}
@media (-moz-windows-non-native-menus) and (-moz-toolbar-prefers-color-scheme: light),
(-moz-windows-non-native-menus) and (prefers-color-scheme: light) {
:root[style*="background-noodles-right"] menupopup {
--toolbarbutton-hover-background: rgba(232, 224, 255, 0.11999999731779099) !important;
}
}
@media not all and (-moz-gtk-csd-available) {
window:is(#bookmarksPanel, #history-panel)[lwt-sidebar="true"] menupopup {
--panel-color: var(--lwt-sidebar-text-color, var(--menu-color)) !important;

View file

@ -58,6 +58,13 @@ html#main-window menupopup:not(.in-menulist) {
}
}
}
@include Light {
:root[style*="background-noodles-right"] menupopup {
// Alphen Glow Theme - Like darkmode
--toolbarbutton-hover-background: rgba(232, 224, 255, 0.11999999731779099)!important;
}
}
}
// TODO: `OS` not covered case