change opacity for disabled input and button elements

This commit is contained in:
unknown 2016-04-06 16:49:35 +01:00
parent 63a91248b0
commit e4d5ebd400

5
css/skeleton.css vendored
View File

@ -221,7 +221,10 @@ input[type="button"].button-primary:focus {
color: #FFF;
background-color: #1EAEDB;
border-color: #1EAEDB; }
button[disabled],
html input[disabled] {
opacity: .5;
}
/* Forms
*/