Add !important tag where --toolbar-bgcolor is defined on :root

This commit is contained in:
MrOtherGuy
2023-10-29 15:34:19 +02:00
parent 69078c0394
commit 0f1571231e
2 changed files with 4 additions and 4 deletions

View File

@@ -40,12 +40,12 @@ See the above repository for updates as well as full license text. */
}
/* This is a workaround for fx 119 specifically for users that use default theme, should remove when 120 is released. See bug 1853524 */
#main-window[tabsintitlebar]:not(:-moz-lwtheme){
--toolbar-bgcolor: #f9f9fb;
--toolbar-bgcolor: #f9f9fb !important;
}
/* ...and for dark variant */
@media (prefers-color-scheme: dark){
#main-window[tabsintitlebar]:not(:-moz-lwtheme){
--toolbar-bgcolor: rgb(43, 42, 51);
--toolbar-bgcolor: rgb(43, 42, 51) !important;
}
}
:root[uidensity="compact"]{ --multirow-toolbar-height: 34px }