diff options
author | Julius Haertl <jus@bitgrid.net> | 2016-07-25 16:44:56 +0200 |
---|---|---|
committer | Julius Haertl <jus@bitgrid.net> | 2016-07-27 20:00:23 +0200 |
commit | 7ff19e342e8c44def7fe9aeb3a209e91c3ff107e (patch) | |
tree | aba431e0697ef6e13abfd5cfa43f3172782b242b /core | |
parent | acd11729987004edbcb1244577a80585a3d20a21 (diff) | |
download | nextcloud-server-7ff19e342e8c44def7fe9aeb3a209e91c3ff107e.tar.gz nextcloud-server-7ff19e342e8c44def7fe9aeb3a209e91c3ff107e.zip |
Theming: Colorize radio buttons and append new styles on preview
Diffstat (limited to 'core')
-rw-r--r-- | core/css/inputs.css | 2 | ||||
-rw-r--r-- | core/img/actions/radio-checked-white.svg | 1 |
2 files changed, 2 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 { diff --git a/core/img/actions/radio-checked-white.svg b/core/img/actions/radio-checked-white.svg new file mode 100644 index 00000000000..d024c91ff19 --- /dev/null +++ b/core/img/actions/radio-checked-white.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path d="M8 1a7 7 0 0 0-7 7 7 7 0 0 0 7 7 7 7 0 0 0 7-7 7 7 0 0 0-7-7zm0 1a6 6 0 0 1 6 6 6 6 0 0 1-6 6 6 6 0 0 1-6-6 6 6 0 0 1 6-6zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8z" fill="#fff"/></svg>
\ No newline at end of file |