aboutsummaryrefslogtreecommitdiff
path: root/main/data/style.css
diff options
context:
space:
mode:
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,