Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbtbnl <jbtbnl@users.noreply.github.com>2014-01-29 16:47:37 +0400
committerjbtbnl <jbtbnl@users.noreply.github.com>2014-01-29 16:47:37 +0400
commitf798ad9a205ce43265e01e670f5a57611ee65711 (patch)
tree238cb2fc696a2bafcee593e4e3f9656b4e512bad /core/css/icons.css
parent609d5f2458a4cfa3a5077bbe0ecb95b974445a73 (diff)
Add white color variant of checkmark icon
Diffstat (limited to 'core/css/icons.css')
-rw-r--r--core/css/icons.css4
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');
}