aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/css
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2016-02-03 13:00:55 +0100
committerVincent Petry <pvince81@owncloud.com>2016-02-03 13:00:55 +0100
commit8bb1437e240ce47e04f7bcb7dc3a56ef6b5d892b (patch)
tree9b484c1f7102cebd96995c29efd11fbbad870e64 /apps/comments/css
parent621f54da514af548bf900f7a1c64af046f53b86d (diff)
downloadnextcloud-server-8bb1437e240ce47e04f7bcb7dc3a56ef6b5d892b.tar.gz
nextcloud-server-8bb1437e240ce47e04f7bcb7dc3a56ef6b5d892b.zip
Add file row indicator for unread comments
Diffstat (limited to 'apps/comments/css')
-rw-r--r--apps/comments/css/comments.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/comments/css/comments.css b/apps/comments/css/comments.css
index c1624dcc57b..5e247aaeb71 100644
--- a/apps/comments/css/comments.css
+++ b/apps/comments/css/comments.css
@@ -49,3 +49,7 @@
position: absolute;
right: 0;
}
+
+.app-files .action-comment>img {
+ margin-right: 5px;
+}