From 4cc7e076e65c604e7a2f840ddc394ea70700577d Mon Sep 17 00:00:00 2001 From: fiaxh Date: Sat, 2 Mar 2024 13:18:53 +0100 Subject: Add unread indicator Co-authored-by: Alexandre Jousset Co-authored-by: Aidan Epstein --- main/data/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'main/data') 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, -- cgit v1.2.3-54-g00ecf