add members panel/change member roles

This commit is contained in:
ouwou
2021-02-28 02:00:15 -05:00
parent 11358da24e
commit d6a8b8c333
16 changed files with 619 additions and 2 deletions

View File

@@ -292,3 +292,26 @@
.app-window textview text {
caret-color: #ababab;
}
.guild-members-pane-info {
padding: 10px;
}
check,
radio {
background-clip: padding-box;
background: #32506e;
border-color: #070707;
box-shadow: 0 1px rgba(0, 0, 0, 0);
color: #dddddd;
}
check:checked,
radio:checked {
background-clip: border-box;
background: #185fb4;
border-color: #092444;
box-shadow: 0 1px rgba(0, 0, 0, 0);
color: #dddddd;
}