Add background-color for autohide-like toolbars
Firefox 150 moved toolbox background into the body element so We can't inherit individual toolbar background from toolbox anymore.
This commit is contained in:
@@ -24,6 +24,7 @@ See the above repository for updates as well as full license text. */
|
||||
#navigator-toolbox{
|
||||
--browser-area-z-index-toolbox: 3;
|
||||
position: fixed !important;
|
||||
background: inherit;
|
||||
background-color: var(--lwt-accent-color,black) !important;
|
||||
transition: transform 82ms linear, opacity 82ms linear !important;
|
||||
transition-delay: var(--uc-autohide-toolbox-delay) !important;
|
||||
|
||||
Reference in New Issue
Block a user