summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-09-20 17:20:09 +0200
committerJoas Schilling <coding@schilljs.com>2016-09-20 18:07:06 +0200
commitc5c403b57467fb3df83f4f7ffe4df9705d86c3ea (patch)
treea51b6b1a003d4f504852aaf8a5c7b522ed740ce5 /core/css
parentd853899ab61866c3a1d42e2d3bf27bf5cee11e1f (diff)
downloadnextcloud-server-c5c403b57467fb3df83f4f7ffe4df9705d86c3ea.tar.gz
nextcloud-server-c5c403b57467fb3df83f4f7ffe4df9705d86c3ea.zip
Add a handle for the tags label
Diffstat (limited to 'core/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 d1ef86a94d0..6cfe67c3a4d 100644
--- a/core/css/icons.css
+++ b/core/css/icons.css
@@ -284,6 +284,10 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading-
background-image: url('../img/actions/starred.svg?v=1');
}
+.icon-tag {
+ background-image: url('../img/actions/tag.svg?v=1');
+}
+
.icon-toggle {
background-image: url('../img/actions/toggle.svg?v=1');
}