diff options
author | codedust <codedust@users.noreply.github.com> | 2020-03-02 21:10:36 +0100 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2020-07-06 21:52:33 +0200 |
commit | 86420fdef11b2833fbc42549c8c5817031876d66 (patch) | |
tree | fb51349e7468d64f394901a4d177398865aae580 /main/data/theme.css | |
parent | 23c021685364de19e64248d0411a7ed2f216700e (diff) | |
download | dino-86420fdef11b2833fbc42549c8c5817031876d66.tar.gz dino-86420fdef11b2833fbc42549c8c5817031876d66.zip |
Show bubble containing the number of unread messages in the conversation list (#764)
Co-authored-by: codedust <codedust@users.noreply.github.com>
Co-authored-by: fiaxh <git@lightrise.org>
Diffstat (limited to 'main/data/theme.css')
-rw-r--r-- | main/data/theme.css | 8 |
1 files changed, 8 insertions, 0 deletions
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; |