Fix up userlist on master
This commit is contained in:
parent
764000d2c5
commit
7c365cb902
20
theme.css
20
theme.css
|
@ -65,7 +65,7 @@ kbd {
|
||||||
background-color: #aaa;
|
background-color: #aaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .sidebar,
|
#chat .userlist,
|
||||||
#windows .window,
|
#windows .window,
|
||||||
body {
|
body {
|
||||||
background-color: #051114;
|
background-color: #051114;
|
||||||
|
@ -132,24 +132,14 @@ body {
|
||||||
#input,
|
#input,
|
||||||
#windows #form .input,
|
#windows #form .input,
|
||||||
#form,
|
#form,
|
||||||
#chat .count {
|
#chat .userlist .count {
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .chan,
|
|
||||||
#sidebar .chan-placeholder {
|
|
||||||
padding: 8px 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sidebar .chan.lobby {
|
#sidebar .chan.lobby {
|
||||||
color: #268bd2;
|
color: #268bd2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .badge {
|
|
||||||
font-size: 12px;
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sidebar .network,
|
#sidebar .network,
|
||||||
#sidebar .network-placeholder {
|
#sidebar .network-placeholder {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
@ -188,7 +178,7 @@ body {
|
||||||
.context-menu-item:hover,
|
.context-menu-item:hover,
|
||||||
.textcomplete-item:hover,
|
.textcomplete-item:hover,
|
||||||
.textcomplete-menu .active,
|
.textcomplete-menu .active,
|
||||||
#chat .users .user.active,
|
#chat .userlist .user.active,
|
||||||
#sidebar,
|
#sidebar,
|
||||||
#footer {
|
#footer {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -203,11 +193,11 @@ body {
|
||||||
#form,
|
#form,
|
||||||
#windows .header,
|
#windows .header,
|
||||||
#chat .content,
|
#chat .content,
|
||||||
#chat .sidebar {
|
#chat .userlist {
|
||||||
border-color: #002b36;
|
border-color: #002b36;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .search,
|
#chat .userlist .search,
|
||||||
#windows #form .input {
|
#windows #form .input {
|
||||||
border: 0;
|
border: 0;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
Loading…
Reference in New Issue