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
path: root/core/css
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-28 18:28:27 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-28 18:28:27 +0300
commit325403ac24099e5e7d41ca97b4d7b1d2daa8c425 (patch)
tree5c8955de059c91bef85141dc9f0019c806837dd6 /core/css
parent8c73b13ac870b0a6b75b701f4f52463c198421a5 (diff)
Design fixes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/icons.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/icons.scss b/core/css/icons.scss
index 6685f53a081..91a90abe27e 100644
--- a/core/css/icons.scss
+++ b/core/css/icons.scss
@@ -402,6 +402,10 @@ img, object, video, button, textarea, input, select, div[contenteditable='true']
background-image: url('../img/actions/tag.svg?v=1');
}
+.icon-timezone {
+ background-image: url('../img/actions/timezone.svg?v=1');
+}
+
.icon-toggle {
background-image: url('../img/actions/toggle.svg?v=1');
}