diff options
author | jbtbnl <jbtbnl@users.noreply.github.com> | 2014-01-29 13:47:37 +0100 |
---|---|---|
committer | jbtbnl <jbtbnl@users.noreply.github.com> | 2014-01-29 13:47:37 +0100 |
commit | f798ad9a205ce43265e01e670f5a57611ee65711 (patch) | |
tree | 238cb2fc696a2bafcee593e4e3f9656b4e512bad /core/css/icons.css | |
parent | 609d5f2458a4cfa3a5077bbe0ecb95b974445a73 (diff) | |
download | nextcloud-server-f798ad9a205ce43265e01e670f5a57611ee65711.tar.gz nextcloud-server-f798ad9a205ce43265e01e670f5a57611ee65711.zip |
Add white color variant of checkmark icon
Diffstat (limited to 'core/css/icons.css')
-rw-r--r-- | core/css/icons.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/icons.css b/core/css/icons.css index 57c37c5c51c..2dc35084122 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -47,6 +47,10 @@ background-image: url('../img/actions/checkmark.svg'); } +.icon-checkmark-white { + background-image: url('../img/actions/checkmark-white.svg'); +} + .icon-clock { background-image: url('../img/actions/clock.svg'); } |