Use .lobby selector

This commit is contained in:
Pavel Djundik 2018-02-20 14:07:59 +02:00
parent c4a17713b9
commit df68b55f7a
1 changed files with 8 additions and 3 deletions

View File

@ -121,7 +121,7 @@ body {
padding: 8px 20px;
}
#sidebar .chan:first-child {
#sidebar .chan.lobby {
color: #268bd2;
}
@ -130,6 +130,11 @@ body {
margin-top: 0;
}
#sidebar .network,
#sidebar .network-placeholder {
margin-bottom: 1em;
}
/* Hide close button on channels, it is not used that frequently */
#sidebar .chan.channel .close {
display: none;
@ -139,8 +144,8 @@ body {
background: linear-gradient(to right, rgba(69, 81, 100, 0) 0%, #002b36 100%);
}
#sidebar .chan:first-child:hover,
#sidebar .chan:first-child.active {
#sidebar .chan.lobby:hover,
#sidebar .chan.lobby.active {
color: #3d99db;
}