change opacity for disabled input and button elements
This commit is contained in:
parent
63a91248b0
commit
e4d5ebd400
5
css/skeleton.css
vendored
5
css/skeleton.css
vendored
@ -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
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||
|
Loading…
Reference in New Issue
Block a user