소스 검색

changed color of spring theme option

kaoritokashiki 6 년 전
부모
커밋
4ad0d2d44d
2개의 변경된 파일12개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/client/js/components/Admin/Customize/CustomizeThemeOptions.jsx
  2. 11 0
      src/client/styles/agile-admin/inverse/colors/spring.scss

+ 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;
 }