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