]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Differentiate between minor and disabled buttons
[rails.git] / app / assets / stylesheets / common.css.scss
index c0a8a457abe8e4abf10f5c0cebf54e9016146637..01b3f3344aa365cdadffb84bae96f653b8efd049 100644 (file)
@@ -6,6 +6,7 @@ $offwhite: #f4f4ff;
 $blue: #7092FF;
 $lightblue: #B8C5F0;
 $grey: #AAA;
+$lightgrey: #CCC;
 $keyline: #CCC;
 $hovercolor: 20%;
 
@@ -1724,7 +1725,10 @@ a.button {
     }
   }
   &:disabled {
-    background: $lightblue;
+    background: $lightgrey;
+    &:hover {
+      background: $lightgrey;
+    }
   }
   &:last-child {
     margin-bottom: 0;