diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-01-24 22:24:03 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-01-24 22:24:03 -0500 |
commit | 3923acd0dd7adef1710bfa039eb22454d9d551dd (patch) | |
tree | c81f9dd18f4bb6b0822b1fee21b34a87a4039eb1 /css | |
parent | cfa6607fc88b25fa74969e5407d4467ea9900444 (diff) | |
download | abaddon-portaudio-3923acd0dd7adef1710bfa039eb22454d9d551dd.tar.gz abaddon-portaudio-3923acd0dd7adef1710bfa039eb22454d9d551dd.zip |
add viewing audit log
Diffstat (limited to 'css')
-rw-r--r-- | css/main.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/css/main.css b/css/main.css index 409488c..bc0370c 100644 --- a/css/main.css +++ b/css/main.css @@ -144,16 +144,16 @@ } .completer { - background-color: @secondary_color; - padding: 5px; + background-color: @secondary_color; + padding: 5px; } .completer-entry { - color: @text_color; + color: @text_color; } .completer-entry-image { - margin-right: 6px; + margin-right: 6px; } .typing-indicator { @@ -200,8 +200,8 @@ background: @secondary_color; } -.app-window listbox { - background: @background_color; +.app-popup list { + background: @secondary_color; } .app-window paned separator { |