summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-01-24 22:24:03 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2021-01-24 22:24:03 -0500
commit3923acd0dd7adef1710bfa039eb22454d9d551dd (patch)
treec81f9dd18f4bb6b0822b1fee21b34a87a4039eb1 /css
parentcfa6607fc88b25fa74969e5407d4467ea9900444 (diff)
downloadabaddon-portaudio-3923acd0dd7adef1710bfa039eb22454d9d551dd.tar.gz
abaddon-portaudio-3923acd0dd7adef1710bfa039eb22454d9d551dd.zip
add viewing audit log
Diffstat (limited to 'css')
-rw-r--r--css/main.css12
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 {