mirror of
https://github.com/Newnetirc/thelounge-theme-newnet.git
synced 2026-01-24 07:30:19 +00:00
Add background on currently active channel
This commit is contained in:
@@ -154,6 +154,14 @@ 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.active {
|
||||||
|
background-color: #051114;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sidebar .chan.active .name::after {
|
||||||
|
background: linear-gradient(to right, rgba(5, 17, 20, 0) 0%, #051114 100%);
|
||||||
|
}
|
||||||
|
|
||||||
#sidebar .chan.lobby:hover,
|
#sidebar .chan.lobby:hover,
|
||||||
#sidebar .chan.lobby.active {
|
#sidebar .chan.lobby.active {
|
||||||
color: #3d99db;
|
color: #3d99db;
|
||||||
|
|||||||
Reference in New Issue
Block a user