Merge "mediawiki.ui: button: Use the correct background color for disabled buttons"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 17 Feb 2015 14:00:35 +0000 (14:00 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 17 Feb 2015 14:00:35 +0000 (14:00 +0000)
resources/src/mediawiki.less/mediawiki.ui/mixins.less

index 40a5c41..a51fe9c 100644 (file)
@@ -89,8 +89,8 @@
        text-shadow: 0 1px rgba(0, 0, 0, .1);
 
        &:disabled {
-               background: @colorGray12;
-               border-color: @colorGray12;
+               background: @colorGray13;
+               border-color: @colorGray13;
 
                // make sure disabled buttons don't have hover and active states
                &:hover,