Browse Source

Made lists highlight more subtle.

Rafał Pitoń 11 years ago
parent
commit
34afe2b530

+ 2 - 2
misago/static/misago/admin/css/misago/lists.less

@@ -24,7 +24,7 @@
 
 
       &:active, &:hover {
       &:active, &:hover {
         background: #fff;
         background: #fff;
-        box-shadow: inset 0px 0px 0px 1px @brand-secondary;
+        box-shadow: inset 0px 0px 0px 1px lighten(@brand-secondary, 25%);
 
 
         h4 {
         h4 {
           color: @text-color;
           color: @text-color;
@@ -32,7 +32,7 @@
       }
       }
 
 
       &:active {
       &:active {
-        box-shadow: inset 0px 0px 0px 1px @brand-primary;
+        box-shadow: inset 0px 0px 0px 1px @brand-secondary;
       }
       }
     }
     }
   }
   }

+ 2 - 2
misago/static/misago/admin/css/style.css

@@ -6315,14 +6315,14 @@ body {
 .list-panel .list-group .list-group-item:active,
 .list-panel .list-group .list-group-item:active,
 .list-panel .list-group .list-group-item:hover {
 .list-panel .list-group .list-group-item:hover {
   background: #fff;
   background: #fff;
-  box-shadow: inset 0px 0px 0px 1px #3498db;
+  box-shadow: inset 0px 0px 0px 1px #a0cfee;
 }
 }
 .list-panel .list-group .list-group-item:active h4,
 .list-panel .list-group .list-group-item:active h4,
 .list-panel .list-group .list-group-item:hover h4 {
 .list-panel .list-group .list-group-item:hover h4 {
   color: #444444;
   color: #444444;
 }
 }
 .list-panel .list-group .list-group-item:active {
 .list-panel .list-group .list-group-item:active {
-  box-shadow: inset 0px 0px 0px 1px #c0392b;
+  box-shadow: inset 0px 0px 0px 1px #3498db;
 }
 }
 .ninja-switch {
 .ninja-switch {
   position: absolute;
   position: absolute;