Add fallback for --lwt-accent-color
This commit is contained in:
@@ -39,7 +39,7 @@ See the above repository for updates as well as full license text. */
|
||||
contain: size;
|
||||
}
|
||||
:root[lwtheme]:not([customizing]) #tabbrowser-tabs{
|
||||
background-color: var(--lwt-accent-color);
|
||||
background-color: var(--lwt-accent-color,var(--toolbox-bgcolor));
|
||||
}
|
||||
@media (-moz-bool-pref: "userchrome.vertical-tabs.on-right.enabled"){
|
||||
#PersonalToolbar,
|
||||
|
||||
Reference in New Issue
Block a user