From a010aa11a559ba22c94dd3426fd1f313ee0ac667 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Wed, 20 Jan 2021 02:08:48 -0500 Subject: add bans to guild settings, tweak some other things --- css/main.css | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'css') 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; } -- cgit v1.2.3