Theming: Cleanup and remove opacity from checkbox/radiobutton

This commit is contained in:
Julius Haertl 2016-07-27 20:03:53 +02:00
parent 1f3e55bc86
commit 4eb85f10a9
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
2 changed files with 1 additions and 4 deletions

View File

@ -57,8 +57,7 @@ function preview(setting, value) {
var headerClass = document.getElementById('header');
var expandDisplayNameClass = document.getElementById('expandDisplayName');
var headerAppName = headerClass.getElementsByClassName('header-appname')[0];
var textColor, elementColor, icon;
var textColor, icon;
var luminance = calculateLuminance(value);
var elementColor = value;

View File

@ -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 {