From dc52e7595cca06d0a2da7d11b3c88cb2f7ce529c Mon Sep 17 00:00:00 2001 From: fiaxh Date: Fri, 6 Jan 2023 13:19:42 +0100 Subject: Add support for XEP-0461 replies (with fallback) --- main/data/theme.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'main/data/theme.css') diff --git a/main/data/theme.css b/main/data/theme.css index d657e0a3..3d24750e 100644 --- a/main/data/theme.css +++ b/main/data/theme.css @@ -109,6 +109,17 @@ window.dino-main .dino-conversation .message-box.error:hover { background: alpha(@error_color, 0.12); } +window.dino-main .dino-quote { + border-left: 3px solid alpha(@theme_fg_color, 0.2); + background: alpha(@theme_fg_color, 0.05); + border-color: alpha(@theme_fg_color, 0.2); + padding: 10px; +} + +window.dino-main .dino-quote:hover { + background: alpha(@theme_fg_color, 0.08); +} + /* Message Menu */ .message-menu-box { -- cgit v1.2.3-54-g00ecf