From 86420fdef11b2833fbc42549c8c5817031876d66 Mon Sep 17 00:00:00 2001 From: codedust Date: Mon, 2 Mar 2020 21:10:36 +0100 Subject: Show bubble containing the number of unread messages in the conversation list (#764) Co-authored-by: codedust Co-authored-by: fiaxh --- main/data/theme.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'main/data/theme.css') diff --git a/main/data/theme.css b/main/data/theme.css index fb6e2b11..09e282ec 100644 --- a/main/data/theme.css +++ b/main/data/theme.css @@ -42,6 +42,14 @@ window.dino-main .dino-conversation .message-box:hover { background: alpha(@theme_fg_color, 0.04); } +window.dino-main .unread-count { + background-color: alpha(@theme_fg_color, 0.8); + color: @theme_base_color; + font-family: monospace; + border-radius: 999em; + padding: .2em .41em; +} + window.dino-main .dino-sidebar > frame { background: @insensitive_bg_color; border-left: 1px solid @borders; -- cgit v1.2.3-54-g00ecf