From e4d5ebd400636713c30df82676976e4bb8038002 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 6 Apr 2016 16:49:35 +0100 Subject: [PATCH] change opacity for disabled input and button elements --- css/skeleton.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 –––––––––––––––––––––––––––––––––––––––––––––––––– */