diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-01-20 02:08:48 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-01-20 02:08:48 -0500 |
commit | a010aa11a559ba22c94dd3426fd1f313ee0ac667 (patch) | |
tree | e5fafac18da04f1c7f6bf7722ec71c428eaba250 /css | |
parent | 5d1db982cbbb375427b9c4475d5e347c5702b6df (diff) | |
download | abaddon-portaudio-a010aa11a559ba22c94dd3426fd1f313ee0ac667.tar.gz abaddon-portaudio-a010aa11a559ba22c94dd3426fd1f313ee0ac667.zip |
add bans to guild settings, tweak some other things
Diffstat (limited to 'css')
-rw-r--r-- | css/main.css | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/css/main.css b/css/main.css index b1f8705..409488c 100644 --- a/css/main.css +++ b/css/main.css @@ -175,13 +175,31 @@ .app-window button { background: @secondary_color; color: @text_color; - border: 1px solid #1c2e40; + text-shadow: none; + box-shadow: none; +} + +.app-window button:checked { + border-top: 0px; + border-left: 0px; + border-right: 0px; + border-bottom: 3px solid #39a2ed; + color: #ffffff; +} + +.app-window button:not(:checked) { + border: 3px #0000ff; } .app-window.background { background: @background_color; } +.app-window treeview { + color: @text_color; + background: @secondary_color; +} + .app-window listbox { background: @background_color; } |