summaryrefslogtreecommitdiffstats
path: root/core/css/icons.css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-09-21 10:39:17 +0200
committerGitHub <noreply@github.com>2016-09-21 10:39:17 +0200
commitf383b2a3c379a94aa44b80720440c5dab161c964 (patch)
treed66e37dcc9b0615219d1b36f9a03998fb336ef4e /core/css/icons.css
parentd24e78d1ffb8c98da2983a0d7afbffb0ae906f47 (diff)
parentdd74627e8597bd43936005daf0507ebc3ba0143a (diff)
downloadnextcloud-server-f383b2a3c379a94aa44b80720440c5dab161c964.tar.gz
nextcloud-server-f383b2a3c379a94aa44b80720440c5dab161c964.zip
Merge pull request #1469 from nextcloud/hide-empty-tag-input
Hide collaborative tag input when empty
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 1e8e1bff1c3..3b12f9ea2e6 100644
--- a/core/css/icons.css
+++ b/core/css/icons.css
@@ -291,6 +291,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');
}