diff options
author | Joas Schilling <coding@schilljs.com> | 2017-04-27 15:33:16 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-04-27 15:33:16 +0200 |
commit | 5bc593a92c8a773b8d80ce31fc3d96b922fa0f76 (patch) | |
tree | f4e32fcd0b7360c68b5045e63b78e7ee501a39f0 /apps/comments/css | |
parent | 3e37a5f1c742eae03158a14f6dbb1fc3bb1e0a5a (diff) | |
download | nextcloud-server-5bc593a92c8a773b8d80ce31fc3d96b922fa0f76.tar.gz nextcloud-server-5bc593a92c8a773b8d80ce31fc3d96b922fa0f76.zip |
Make it clear that you can now click on usernames
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/comments/css')
-rw-r--r-- | apps/comments/css/comments.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/comments/css/comments.css b/apps/comments/css/comments.css index 2d794d52708..8423151cac8 100644 --- a/apps/comments/css/comments.css +++ b/apps/comments/css/comments.css @@ -114,6 +114,7 @@ #commentsTabView .comments li .message .avatar-name-wrapper, #commentsTabView .comment .authorRow { position: relative; + cursor: pointer; } #commentsTabView .comment .author, |