aboutsummaryrefslogtreecommitdiff
path: root/main/data/style.css
diff options
context:
space:
mode:
authorfiaxh <git@lightrise.org>2024-03-02 13:18:53 +0100
committerfiaxh <git@lightrise.org>2024-03-02 13:18:53 +0100
commit4cc7e076e65c604e7a2f840ddc394ea70700577d (patch)
tree8daceda12abce2f6a92eb84b2d2e1b23f7360732 /main/data/style.css
parent7e3cedaf3fa347bfa688e71b0f69e62725db395d (diff)
downloaddino-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/style.css')
-rw-r--r--main/data/style.css7
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,