summaryrefslogtreecommitdiffstats
path: root/core/css/inputs.css
diff options
context:
space:
mode:
authorJulius Haertl <jus@bitgrid.net>2016-07-27 20:03:53 +0200
committerJulius Haertl <jus@bitgrid.net>2016-07-27 20:21:53 +0200
commit217b02aaa0a3cac88938e8968cee05830cacaf81 (patch)
treeece2376705ee5e07a87d890be0f9b12d59c322fb /core/css/inputs.css
parentcc457cd6650c1fd3c1cc6f85c961f65de38615d8 (diff)
downloadnextcloud-server-217b02aaa0a3cac88938e8968cee05830cacaf81.tar.gz
nextcloud-server-217b02aaa0a3cac88938e8968cee05830cacaf81.zip
Theming: Cleanup and remove opacity from checkbox/radiobutton
Diffstat (limited to 'core/css/inputs.css')
-rw-r--r--core/css/inputs.css2
1 files changed, 0 insertions, 2 deletions
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 {