summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-02-12 14:08:44 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-02-12 14:08:44 +0100
commit03e8f1d2904da0b49bd0f263934d5adf41f1de3d (patch)
treeb20d81c1e918839fa74c48bd7ec62acc904d4133 /core/css
parent4a24c732d4238f941c535ce1ef20624de20fa45c (diff)
downloadnextcloud-server-03e8f1d2904da0b49bd0f263934d5adf41f1de3d.tar.gz
nextcloud-server-03e8f1d2904da0b49bd0f263934d5adf41f1de3d.zip
add proper comment icon and add it to icons.css
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 cc71dcd08a7..359c55e4dc5 100644
--- a/core/css/icons.css
+++ b/core/css/icons.css
@@ -57,6 +57,10 @@
background-image: url('../img/actions/close.svg');
}
+.icon-comment {
+ background-image: url('../img/actions/comment.svg');
+}
+
.icon-confirm {
background-image: url('../img/actions/confirm.svg');
}