diff options
author | fiaxh <git@mx.ax.lt> | 2018-04-24 14:59:28 +0200 |
---|---|---|
committer | fiaxh <git@mx.ax.lt> | 2018-04-30 11:03:59 +0200 |
commit | c1533f25775d3d9db5395107d6f3fd695b041926 (patch) | |
tree | 340a3da2c48cb9809a00b734c35c8172e9b89b6c /main/data | |
parent | f0dd0e0c3af10f2772efd94aadbded38f3c155bb (diff) | |
download | dino-c1533f25775d3d9db5395107d6f3fd695b041926.tar.gz dino-c1533f25775d3d9db5395107d6f3fd695b041926.zip |
Redesign chat input + move file upload there
Diffstat (limited to 'main/data')
-rw-r--r-- | main/data/theme.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/data/theme.css b/main/data/theme.css index d2723d54..e7d58ffb 100644 --- a/main/data/theme.css +++ b/main/data/theme.css @@ -9,6 +9,14 @@ window.dino-main headerbar.dino-left label.title { color: transparent; } +window.dino-main .dino-conversation { + background: @theme_base_color; +} + +window.dino-main .dino-conversation undershoot { + background: none; +} + window.dino-main .dino-chatinput frame box { background: @theme_base_color; } |