mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-10 19:22:04 -08:00
Fix: Mac - Prevent transparent tabbar at fullscreen hover #312
This commit is contained in:
parent
0b00d3599e
commit
6db42b8b0a
1 changed files with 3 additions and 0 deletions
|
|
@ -802,6 +802,9 @@ menu[disabled="true"] {
|
|||
--button-active-bgcolor: var(--mac-hover-bgcolor);
|
||||
--toolbarbutton-hover-background: var(--mac-hover-bgcolor);
|
||||
--toolbarbutton-active-background: var(--mac-hover-bgcolor);
|
||||
|
||||
/* Prevent transparent tabbar at fullscreen hover #312 */
|
||||
background: var(--mac-bgcolor);
|
||||
}
|
||||
|
||||
:root[lwt-default-theme-in-dark-mode] #urlbar {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue