From 217b02aaa0a3cac88938e8968cee05830cacaf81 Mon Sep 17 00:00:00 2001 From: Julius Haertl Date: Wed, 27 Jul 2016 20:03:53 +0200 Subject: Theming: Cleanup and remove opacity from checkbox/radiobutton --- core/css/inputs.css | 2 -- 1 file changed, 2 deletions(-) (limited to 'core') diff --git a/core/css/inputs.css b/core/css/inputs.css index e56f06082e7..b58310a5c58 100644 --- a/core/css/inputs.css +++ b/core/css/inputs.css @@ -93,7 +93,6 @@ input[type="checkbox"].checkbox + label:before { vertical-align: middle; background: url('../img/actions/checkbox.svg') left top no-repeat; - opacity: 0.7; } input[type="checkbox"].checkbox:disabled +label:before { opacity: .6; } @@ -167,7 +166,6 @@ input[type="radio"].radio + label:before { vertical-align: middle; background: url('../img/actions/radio.svg') left top no-repeat; - opacity: 0.7; } input[type="radio"].radio:checked + label:before { -- cgit v1.2.3