diff options
author | fiaxh <git@lightrise.org> | 2024-03-02 13:18:53 +0100 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2024-03-02 13:18:53 +0100 |
commit | 4cc7e076e65c604e7a2f840ddc394ea70700577d (patch) | |
tree | 8daceda12abce2f6a92eb84b2d2e1b23f7360732 /main/data | |
parent | 7e3cedaf3fa347bfa688e71b0f69e62725db395d (diff) | |
download | dino-4cc7e076e65c604e7a2f840ddc394ea70700577d.tar.gz dino-4cc7e076e65c604e7a2f840ddc394ea70700577d.zip |
Add unread indicator
Co-authored-by: Alexandre Jousset <mid@gtmp.org>
Co-authored-by: Aidan Epstein <aidan@jmad.org>
Diffstat (limited to 'main/data')
-rw-r--r-- | main/data/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/main/data/style.css b/main/data/style.css index 5fe3beae..a7a1d8df 100644 --- a/main/data/style.css +++ b/main/data/style.css @@ -282,6 +282,13 @@ window.dino-main .dino-chatinput-button button:checked:backdrop { color: alpha(@theme_unfocused_selected_bg_color, 0.8); } +.dino-unread-line label { + color: @theme_selected_bg_color; +} + +.dino-unread-line separator { + background-color: @theme_selected_bg_color; +} .dino-chatinput, .dino-chatinput textview, |