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:
MrOtherGuy
2026-04-23 17:30:49 +03:00
parent 50f0427d10
commit afdc0ebb41
4 changed files with 23 additions and 5 deletions
+1
View File
@@ -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;