aboutsummaryrefslogtreecommitdiff
path: root/main/data/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'main/data/theme.css')
-rw-r--r--main/data/theme.css11
1 files changed, 11 insertions, 0 deletions
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 {