diff --git a/chrome/navbar_below_content.css b/chrome/navbar_below_content.css index e450b70..d68df40 100644 --- a/chrome/navbar_below_content.css +++ b/chrome/navbar_below_content.css @@ -25,6 +25,15 @@ See the above repository for updates as well as full license text. */ z-index: 1; } #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; }