summaryrefslogtreecommitdiffstats
path: root/apps/comments
diff options
context:
space:
mode:
authorAbijeet <abijeetpatro@gmail.com>2018-03-11 16:49:54 +0530
committerAbijeet <abijeetpatro@gmail.com>2018-03-27 00:49:34 +0530
commit18096f55d07a47c47e02239d82da5bebae617cec (patch)
tree3e764e76225736532458e59e1e67c0dc2de9b2b7 /apps/comments
parent01c5a31a4ab04802ce4001e4e618d9812f83d69b (diff)
downloadnextcloud-server-18096f55d07a47c47e02239d82da5bebae617cec.tar.gz
nextcloud-server-18096f55d07a47c47e02239d82da5bebae617cec.zip
Disabled comment changes opacity only for message text.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
Diffstat (limited to 'apps/comments')
-rw-r--r--apps/comments/css/comments.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/css/comments.scss b/apps/comments/css/comments.scss
index ec400a68090..c2bc136ba66 100644
--- a/apps/comments/css/comments.scss
+++ b/apps/comments/css/comments.scss
@@ -195,7 +195,7 @@
margin-left: auto;
}
-#commentsTabView .comment.disabled {
+#commentsTabView .comment.disabled .message {
opacity: 0.3;
}