From 8aab18c1ec37fd427e2dcaa2ee37be8467d15d16 Mon Sep 17 00:00:00 2001 From: fiaxh Date: Sat, 1 Jun 2019 16:00:21 +0200 Subject: Add hover effect on conversation content --- main/data/theme.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'main/data/theme.css') diff --git a/main/data/theme.css b/main/data/theme.css index 1969c80b..8a1b50ad 100644 --- a/main/data/theme.css +++ b/main/data/theme.css @@ -37,6 +37,10 @@ window.dino-main .dino-conversation .highlight-once { animation-name: highlight; } +window.dino-main .dino-conversation .message-box:hover { + background: alpha(@theme_fg_color, 0.04); +} + window.dino-main .dino-sidebar > frame { background: @insensitive_bg_color; border-left: 1px solid @borders; -- cgit v1.2.3-54-g00ecf