diff options
author | fiaxh <git@lightrise.org> | 2019-06-01 16:00:21 +0200 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2019-06-01 19:03:01 +0200 |
commit | 8aab18c1ec37fd427e2dcaa2ee37be8467d15d16 (patch) | |
tree | d2d03eeae51ee14f45b061977371675574cca4c7 /main/data/theme.css | |
parent | dd6c860aed79c5adf0db08142bbbf7b8ec3fbe67 (diff) | |
download | dino-8aab18c1ec37fd427e2dcaa2ee37be8467d15d16.tar.gz dino-8aab18c1ec37fd427e2dcaa2ee37be8467d15d16.zip |
Add hover effect on conversation content
Diffstat (limited to 'main/data/theme.css')
-rw-r--r-- | main/data/theme.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; |