diff sat_templates/templates/bulma/static/chat.css @ 386:e63fb06052ae

bulma: message edition + extra menu + improvments: - add an extra menu template with `Edit` and `Quote` - add a template for previous editions popup - fix `own_msg` class application - add CSS for edit mode - cosmetic changes
author Goffi <goffi@goffi.org>
date Tue, 28 Nov 2023 17:48:00 +0100
parents 941e4006ab6e
children 8b990c78d4b5
line wrap: on
line diff
--- a/sat_templates/templates/bulma/static/chat.css	Wed Nov 22 15:22:11 2023 +0100
+++ b/sat_templates/templates/bulma/static/chat.css	Tue Nov 28 17:48:00 2023 +0100
@@ -17,12 +17,17 @@
     min-height: 48px;
 }
 
+/* Input "edit" mode */
+#message_input.mode_edit {
+    background-color: #d1ecf1;
+}
+
 .is-chat-message {
     transition: all 0.3s ease;
     padding-left: 1.5em;
 }
 
-.is-chat-message:hover, .chat-message-highlight {
+.is-chat-message:hover, .is-chat-message.has-popup-focus {
     background-color: #f5f5f5;
     box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
 }