Просмотр исходного кода

changed color of spring theme option

kaoritokashiki 6 лет назад
Родитель
Сommit
4ad0d2d44d

+ 1 - 1
src/client/js/components/Admin/Customize/CustomizeThemeOptions.jsx

@@ -28,7 +28,7 @@ class CustomizeThemeOptions extends React.Component {
     }, {
       name: 'antarctic', bg: '#ffffff', topbar: '#000080', theme: '#99cccc',
     }, {
-      name: 'spring', bg: '#FBEFFB', topbar: '#ff69b4', theme: '#ffb6c1',
+      name: 'spring', bg: '#fff5ee', topbar: '#ff69b4', theme: '#ffb6c1',
     }];
 
     const darkTheme = [{

+ 11 - 0
src/client/styles/agile-admin/inverse/colors/spring.scss

@@ -126,6 +126,17 @@ div .btn-default {
   border-color: $accentdark;
 }
 
+/*
+ * GROWI admin page #themeOptions
+ */
+.admin-page {
+  #themeOptions {
+    .theme-option-container.active a {
+      border-color: $accentcolor;
+    }
+  }
+}
+
 button .btn-outline {
   background-color: $themelight;
 }