diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-12-20 22:10:45 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-12-20 22:10:45 -0500 |
commit | 31bef80530edbf622a6678947dc832bc179b52fb (patch) | |
tree | 549a148c0530f3f598932f11e3655199e4bfdb7b /css | |
parent | c02cfb9dd8a32da233f9dcbfd9616d03034d12af (diff) | |
download | abaddon-portaudio-31bef80530edbf622a6678947dc832bc179b52fb.tar.gz abaddon-portaudio-31bef80530edbf622a6678947dc832bc179b52fb.zip |
add mention/emoji/channel completion
Diffstat (limited to 'css')
-rw-r--r-- | css/main.css | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/css/main.css b/css/main.css index 7dbed4f..890791c 100644 --- a/css/main.css +++ b/css/main.css @@ -121,8 +121,21 @@ color: #cfd8dc; } +.completer { + background-color: #2c3e50; + padding: 5px; +} + +.completer-entry { + color: #cfd8dc; +} + +.completer-entry-image { + margin-right: 6px; +} + paned separator { - background:#37474f; + background: #37474f; } scrollbar { |