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

remove comment out for nature-theme select button

yusuketk 8 лет назад
Родитель
Сommit
f0839b7413
2 измененных файлов с 5 добавлено и 6 удалено
  1. 4 5
      lib/views/admin/customize.html
  2. 1 1
      resource/styles/scss/_admin.scss

+ 4 - 5
lib/views/admin/customize.html

@@ -65,14 +65,13 @@
                 data-theme="{{ webpack_asset('style-theme-default-dark').css }}">
                 data-theme="{{ webpack_asset('style-theme-default-dark').css }}">
               {% include 'widget/theme-colorbox.html' %}
               {% include 'widget/theme-colorbox.html' %}
             </a>
             </a>
-            {# Hide temporary for release v3.0.8 -- 2018.04.24 Yuki Takei
             <a id="theme-option-nature" href="#"
             <a id="theme-option-nature" href="#"
-             class="nature {% if 'nature' === settingForm['customize:theme'] %}active{% endif %}"
-             onclick="selectTheme('nature')"
-             data-theme="{{ webpack_asset('style-theme-nature').css }}">
+                class="nature {% if 'nature' === settingForm['customize:theme'] %}active{% endif %}"
+                onclick="selectTheme('nature')"
+                data-theme="{{ webpack_asset('style-theme-nature').css }}">
               {% include 'widget/theme-colorbox.html' %}
               {% include 'widget/theme-colorbox.html' %}
             </a>
             </a>
-            #}
+
           </div>
           </div>
 
 
           <div class="form-group">
           <div class="form-group">

+ 1 - 1
resource/styles/scss/_admin.scss

@@ -118,7 +118,7 @@
     }
     }
     .nature {
     .nature {
       .color1 {
       .color1 {
-        fill: #fefffd;
+        fill: #f9fff3;
       }
       }
       .color2 {
       .color2 {
         fill: #118050;
         fill: #118050;