@@ -150,3 +150,15 @@ legend {
border-color: $border;
}
+
+/*
+ * GROWI admin page #themeOptions
+ */
+ .admin-page {
+ #themeOptions {
+ a.active {
+ background-color: darken($themecolor,15%);
+ border-color: darken($themecolor,15%);
+ }
+}
@@ -57,3 +57,15 @@
+ background-color: lighten($themecolor,20%);
+ border-color: lighten($themecolor,20%);
@@ -35,13 +35,3 @@ $inline-code-bg: lighten($subthemecolor,70%);
color: $themelight;
-
-// change color of surrounding border of theme option icon at admin/customize (default: green)
-.admin-page {
- #themeOptions {
- a.active {
- background-color: lighten($themecolor,20%);
- border-color: lighten($themecolor,20%);
- }
-}