mediawiki.ui: button: Use the correct background color for disabled buttons
authorPrateek Saxena <prtksxna@gmail.com>
Tue, 17 Feb 2015 09:26:37 +0000 (14:56 +0530)
committerPrateek Saxena <prtksxna@gmail.com>
Tue, 17 Feb 2015 09:26:37 +0000 (14:56 +0530)
Bug: T88483
Change-Id: I366129bdb87cffa080f5b2f39024834ef188b64c

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,