diff sat_templates/templates/bulma/static/chat.css @ 385:941e4006ab6e

bulma (message): reactions + fixes: - add "reaction" button - fix attachments display - add reaction templates - add reactions to messages - fix "info" messages display
author Goffi <goffi@goffi.org>
date Wed, 22 Nov 2023 15:22:11 +0100
parents 281d1c958d56
children e63fb06052ae
line wrap: on
line diff
--- a/sat_templates/templates/bulma/static/chat.css	Wed Nov 22 15:22:10 2023 +0100
+++ b/sat_templates/templates/bulma/static/chat.css	Wed Nov 22 15:22:11 2023 +0100
@@ -22,7 +22,7 @@
     padding-left: 1.5em;
 }
 
-.is-chat-message:hover {
+.is-chat-message:hover, .chat-message-highlight {
     background-color: #f5f5f5;
     box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
 }
@@ -42,13 +42,15 @@
     opacity: 0;
 }
 
-.is-chat-message:hover .actions {
+.is-chat-message:hover .actions, .chat-message-highlight .actions {
     opacity: 1;
 }
 
 .action-button {
     box-sizing: border-box;
     margin: 0 0.2rem;
+    user-select: none;
+    z-index: 10;
 }
 
 .action-button:hover {