diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-03 20:53:40 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-03 20:53:40 +0100 |
commit | da0462015507053c4424f62c32a4a182301fae22 (patch) | |
tree | 8ea008a05a11719ab042eedd72c9dacec997eef2 /apps/comments/css | |
parent | dd2f62e3e479a9e9aa8a624d8961d8645c8c1aad (diff) | |
parent | 85bec3ffcb0e2c948c57cee2817307af2826d847 (diff) | |
download | nextcloud-server-da0462015507053c4424f62c32a4a182301fae22.tar.gz nextcloud-server-da0462015507053c4424f62c32a4a182301fae22.zip |
Merge pull request #22101 from owncloud/comments-filerow
Add file row indicator for unread comments
Diffstat (limited to 'apps/comments/css')
-rw-r--r-- | apps/comments/css/comments.css | 4 |
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; +} |