diff options
author | bobufa <bobufa@users.noreply.github.com> | 2018-07-10 00:31:39 +0200 |
---|---|---|
committer | bobufa <bobufa@users.noreply.github.com> | 2018-08-13 22:31:22 +0200 |
commit | 61915ca56617e8f45ae8bd85cb87f0b8a9a895b0 (patch) | |
tree | 2fd35772c1d1145852f36e0baed6fafc0a73a517 /main/data/theme.css | |
parent | 8b23ddad2d33a1504cd28c0df583dfe50cadccda (diff) | |
download | dino-61915ca56617e8f45ae8bd85cb87f0b8a9a895b0.tar.gz dino-61915ca56617e8f45ae8bd85cb87f0b8a9a895b0.zip |
initial search logic / display
Diffstat (limited to 'main/data/theme.css')
-rw-r--r-- | main/data/theme.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/data/theme.css b/main/data/theme.css index 52ca1af7..61f15af4 100644 --- a/main/data/theme.css +++ b/main/data/theme.css @@ -26,6 +26,11 @@ window.dino-main .dino-sidebar frame.collapsed { border-bottom: 1px solid @borders; } +window.dino-main .dino-sidebar textview, +window.dino-main .dino-sidebar textview text { + background-color: transparent; +} + window.dino-main .dino-chatinput frame box { background: @theme_base_color; |