diff --git a/css/skeleton.css b/css/skeleton.css index 6fb698e..99712a7 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -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 –––––––––––––––––––––––––––––––––––––––––––––––––– */