Make disabled buttons lighter

This commit is contained in:
2018-04-11 14:12:44 +05:30
parent 1b25de8eff
commit 9ec18045e3
+1 -1
View File
@@ -37,7 +37,7 @@ button:focus {
}
button[disabled] {
opacity: 0.5;
opacity: 0.35;
cursor: initial;
}