diff options
author | bobufa <bobufa@users.noreply.github.com> | 2018-07-04 23:38:28 +0200 |
---|---|---|
committer | bobufa <bobufa@users.noreply.github.com> | 2018-08-13 22:28:45 +0200 |
commit | 8b23ddad2d33a1504cd28c0df583dfe50cadccda (patch) | |
tree | c34829ba57aae1ea9d7291d1e4a91e2cfbd337c1 /main/data/theme.css | |
parent | babfc3bd36e0cfa50f06648224f33a6a96eb27ea (diff) | |
download | dino-8b23ddad2d33a1504cd28c0df583dfe50cadccda.tar.gz dino-8b23ddad2d33a1504cd28c0df583dfe50cadccda.zip |
ui: search sidebar initial
Diffstat (limited to 'main/data/theme.css')
-rw-r--r-- | main/data/theme.css | 10 |
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; } |