mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 04:10:32 -08:00
Fix: Fully Color - Sidebar context menu hover color #495
This commit is contained in:
parent
af94a48997
commit
78e3fe2191
2 changed files with 3 additions and 0 deletions
|
|
@ -1420,6 +1420,7 @@
|
|||
/* or var(--lwt-sidebar-highlight-background-color)
|
||||
If this value is used, unset is required in the default theme.
|
||||
*/
|
||||
background-color: var(--menuitem-hover-background-color) !important;
|
||||
}
|
||||
|
||||
/* Fallback background - Set to Legacy. It will be removed Next update
|
||||
|
|
|
|||
|
|
@ -84,6 +84,8 @@ html#main-window menupopup:not(.in-menulist) {
|
|||
/* or var(--lwt-sidebar-highlight-background-color)
|
||||
If this value is used, unset is required in the default theme.
|
||||
*/
|
||||
|
||||
background-color: var(--menuitem-hover-background-color) !important;
|
||||
}
|
||||
|
||||
/* Fallback background - Set to Legacy. It will be removed Next update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue