nav-bar below content: apply background images to nav-bar
This commit is contained in:
@@ -26,6 +26,15 @@ See the above repository for updates as well as full license text. */
|
||||
}
|
||||
#nav-bar-customization-target{ -webkit-box-flex: 1; }
|
||||
|
||||
:root[lwtheme] #nav-bar{
|
||||
background-image: linear-gradient(var(--toolbar-bgcolor),var(--toolbar-bgcolor)), var(--lwt-additional-images,var(--toolbar-bgimage)) !important;
|
||||
background-position: top,var(--lwt-background-alignment);
|
||||
background-repeat: repeat,var(--lwt-background-tiling);
|
||||
}
|
||||
:root[lwtheme-image] #nav-bar{
|
||||
background-image: linear-gradient(var(--toolbar-bgcolor),var(--toolbar-bgcolor)),var(--lwt-header-image), var(--lwt-additional-images,var(--toolbar-bgimage)) !important;
|
||||
}
|
||||
|
||||
/* Fix panels sizing */
|
||||
.panel-viewstack{ max-height: unset !important; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user