summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-01-15 06:37:35 +0000
committerGitHub <noreply@github.com>2021-01-15 06:37:35 +0000
commit462f801af20562f151cd7ad7fa70aa65695b3e22 (patch)
treeec5ab7509bc9478ac82715fe9e74381bbfc4a9df /css
parentf51ab48009e7fcfafee1d09800764fcbd5d36bf5 (diff)
downloadabaddon-portaudio-462f801af20562f151cd7ad7fa70aa65695b3e22.tar.gz
abaddon-portaudio-462f801af20562f151cd7ad7fa70aa65695b3e22.zip
Guild settings 1 (#19)
* start guild settings window, tweak style
Diffstat (limited to 'css')
-rw-r--r--css/main.css30
1 files changed, 27 insertions, 3 deletions
diff --git a/css/main.css b/css/main.css
index d7d4108..b1f8705 100644
--- a/css/main.css
+++ b/css/main.css
@@ -162,16 +162,40 @@
color: @text_color;
}
-paned separator {
+.app-window label:not(:disabled) {
+ color: @text_color;
+}
+
+.app-window entry {
+ background: @secondary_color;
+ color: @text_color;
+ border: 1px solid #1c2e40;
+}
+
+.app-window button {
+ background: @secondary_color;
+ color: @text_color;
+ border: 1px solid #1c2e40;
+}
+
+.app-window.background {
+ background: @background_color;
+}
+
+.app-window listbox {
+ background: @background_color;
+}
+
+.app-window paned separator {
background: #37474f;
}
-scrollbar {
+.app-window scrollbar {
background: @background_color;
border-left: 1px solid transparent;
}
-menubar, menu {
+.app-window menubar, menu {
background: @background_color;
color: #cccccc;
}