Add fallback for --lwt-accent-color
This commit is contained in:
@@ -53,7 +53,7 @@ Window controls will be all wrong without it
|
||||
padding-right: 20px;
|
||||
}
|
||||
:root[tabsintitlebar] #toolbar-menubar[autohide="true"]:not([inactive]) #main-menubar{
|
||||
background-color: var(--lwt-accent-color);
|
||||
background-color: var(--lwt-accent-color,var(--toolbox-bgcolor));
|
||||
background-image: linear-gradient(var(--toolbar-bgcolor,--toolbar-non-lwt-bgcolor),var(--toolbar-bgcolor,--toolbar-non-lwt-bgcolor)), var(--lwt-additional-images,none), var(--lwt-header-image, none);
|
||||
mask-image: linear-gradient(to left, transparent, black 20px);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user