add bans to guild settings, tweak some other things

This commit is contained in:
ouwou
2021-01-20 02:08:48 -05:00
parent 5d1db982cb
commit a010aa11a5
14 changed files with 469 additions and 9 deletions

View File

@@ -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;
}