mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-19 20:11:59 +03:00
add members panel/change member roles
This commit is contained in:
23
css/main.css
23
css/main.css
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user