aboutsummaryrefslogtreecommitdiff
path: root/main/data/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'main/data/theme.css')
-rw-r--r--main/data/theme.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/data/theme.css b/main/data/theme.css
index e7d58ffb..52ca1af7 100644
--- a/main/data/theme.css
+++ b/main/data/theme.css
@@ -17,6 +17,16 @@ window.dino-main .dino-conversation undershoot {
background: none;
}
+window.dino-main .dino-sidebar frame {
+ background: @insensitive_bg_color;
+ border-left: 1px solid @borders;
+}
+
+window.dino-main .dino-sidebar frame.collapsed {
+ border-bottom: 1px solid @borders;
+}
+
+
window.dino-main .dino-chatinput frame box {
background: @theme_base_color;
}