Procházet zdrojové kódy

show navbar image for halloween

yohei0125 před 3 roky
rodič
revize
48a2718ada

+ 4 - 4
packages/app/src/components/Theme/ThemeHalloween.module.scss

@@ -21,10 +21,6 @@ $light: lighten($secondary, 10%);
 // $dark: #;
 // $dark: #;
 
 
 .growi:not(.login-page) {
 .growi:not(.login-page) {
-  #wrapper > .navbar {
-    background-image: url(/images/themes/halloween/halloween-navbar.jpg);
-  }
-
   // add background-image
   // add background-image
   .page-editor-preview-container {
   .page-editor-preview-container {
     background-image: url('/images/themes/halloween/halloween.jpg');
     background-image: url('/images/themes/halloween/halloween.jpg');
@@ -37,6 +33,10 @@ $light: lighten($secondary, 10%);
     width: 100%;
     width: 100%;
     height: 100%;
     height: 100%;
   }
   }
+
+  .grw-navbar {
+    background-image: url('/images/themes/halloween/halloween-navbar.jpg') !important;
+  }
 }
 }
 
 
 //== Light Mode
 //== Light Mode