summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJulius Haertl <jus@bitgrid.net>2016-07-25 16:44:56 +0200
committerJulius Haertl <jus@bitgrid.net>2016-07-27 20:00:23 +0200
commit7ff19e342e8c44def7fe9aeb3a209e91c3ff107e (patch)
treeaba431e0697ef6e13abfd5cfa43f3172782b242b /core/css
parentacd11729987004edbcb1244577a80585a3d20a21 (diff)
downloadnextcloud-server-7ff19e342e8c44def7fe9aeb3a209e91c3ff107e.tar.gz
nextcloud-server-7ff19e342e8c44def7fe9aeb3a209e91c3ff107e.zip
Theming: Colorize radio buttons and append new styles on preview
Diffstat (limited to 'core/css')
-rw-r--r--core/css/inputs.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/inputs.css b/core/css/inputs.css
index cad627ac311..e56f06082e7 100644
--- a/core/css/inputs.css
+++ b/core/css/inputs.css
@@ -187,7 +187,7 @@ input[type="radio"].radio--white + label:before {
}
input[type="radio"].radio--white:checked + label:before {
- background-image: url('../img/actions/radio-checked.svg');
+ background-image: url('../img/actions/radio-checked-white.svg');
}
input[type="radio"].radio--white:disabled + label:before {