Răsfoiți Sursa

fix text color of modal headers in christmas theme

kaori 5 ani în urmă
părinte
comite
05949b8f80
1 a modificat fișierele cu 16 adăugiri și 3 ștergeri
  1. 16 3
      src/client/styles/scss/theme/christmas.scss

+ 16 - 3
src/client/styles/scss/theme/christmas.scss

@@ -161,9 +161,22 @@ html[dark] {
   /*
   * Modal
   */
-  .modal-dialog .modal-header.bg-primary {
-    background-image: url('/images/themes/christmas/christmas-navbar.jpg');
-    border-bottom: 2px solid $subthemecolor;
+  .modal {
+    .modal-dialog .modal-header.bg-primary {
+      background-image: url('/images/themes/christmas/christmas-navbar.jpg');
+      border-bottom: 2px solid $subthemecolor;
+    }
+
+    .modal-dialog:not(.grw-page-accessories-modal) {
+      .modal-header {
+        .modal-title {
+          color: $themelight;
+        }
+        .close {
+          color: $themelight;
+        }
+      }
+    }
   }
 
   /*