diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-08-07 02:14:26 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-08-07 02:14:26 -0400 |
commit | 3487353fc79abb32481282be9d3ba4d54730b1e2 (patch) | |
tree | b181b3d9573d4f78d777bac148ed591a4508a65f /res | |
parent | 86fc8f418675af6c8930a9009c7201a4f29a2497 (diff) | |
download | abaddon-portaudio-3487353fc79abb32481282be9d3ba4d54730b1e2.tar.gz abaddon-portaudio-3487353fc79abb32481282be9d3ba4d54730b1e2.zip |
css tweaks
Diffstat (limited to 'res')
-rw-r--r-- | res/css/main.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/res/css/main.css b/res/css/main.css index 968296d..6d693bd 100644 --- a/res/css/main.css +++ b/res/css/main.css @@ -101,10 +101,15 @@ .message-input, .message-input textview, .message-input textview text { background-color: #242424; color: #adadad; - border-radius: 15px; + border-radius: 3px; border: 1px solid transparent; } +.message-input { + border: 1px solid #444444; + margin-right: 15px; +} + .message-input.replying { border: 1px solid #026FB9; } |