kaori 5 лет назад
Родитель
Сommit
bb8679116b
1 измененных файлов с 3 добавлено и 16 удалено
  1. 3 16
      src/client/styles/scss/theme/christmas.scss

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

@@ -162,22 +162,9 @@ html[dark] {
   /*
   * Modal
   */
-  .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;
-        }
-      }
-    }
+  .modal-dialog .modal-header.bg-primary {
+    background-image: url('/images/themes/christmas/christmas-navbar.jpg');
+    border-bottom: 2px solid $subthemecolor;
   }
 
   /*