mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-10 03:03:18 -08:00
Fix: Fully Theme - Light alphen glow's hover background #459
This commit is contained in:
parent
3a7815f024
commit
48c17f313a
2 changed files with 13 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue