aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/css')
-rw-r--r--apps/comments/css/comments.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/apps/comments/css/comments.css b/apps/comments/css/comments.css
index 5e247aaeb71..f4e7d144ec5 100644
--- a/apps/comments/css/comments.css
+++ b/apps/comments/css/comments.css
@@ -47,9 +47,36 @@
#commentsTabView .comment .date {
position: absolute;
+ right: 20px;
+}
+
+#commentsTabView .comment .action {
+ opacity: 0;
+ vertical-align: middle;
+ display: inline-block;
+}
+
+#commentsTabView .comment:hover .action {
+ opacity: 0.3;
+}
+
+#commentsTabView .comment .action:hover {
+ opacity: 1;
+}
+
+#commentsTabView .comment .action.delete {
+ position: absolute;
right: 0;
}
+#commentsTabView .comment.disabled {
+ opacity: 0.3;
+}
+
+#commentsTabView .comment.disabled .action {
+ visibility: hidden;
+}
+
.app-files .action-comment>img {
margin-right: 5px;
}