mirror of
https://github.com/Newnetirc/thelounge-theme-newnet.git
synced 2026-01-24 07:30:19 +00:00
Update for master
This commit is contained in:
19
theme.css
19
theme.css
@@ -22,11 +22,11 @@
|
|||||||
color: rgba(131, 148, 150, 0.9);
|
color: rgba(131, 148, 150, 0.9);
|
||||||
}
|
}
|
||||||
|
|
||||||
.loading-logo-bright {
|
.logo {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.loading-logo-dark {
|
.logo-inverted {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -140,6 +140,11 @@ body {
|
|||||||
color: #268bd2;
|
color: #268bd2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sidebar .chan.lobby .lobby-wrap:hover,
|
||||||
|
#sidebar .chan.lobby.active {
|
||||||
|
color: #3d99db;
|
||||||
|
}
|
||||||
|
|
||||||
#sidebar .network,
|
#sidebar .network,
|
||||||
#sidebar .network-placeholder {
|
#sidebar .network-placeholder {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
@@ -162,17 +167,9 @@ body {
|
|||||||
background: linear-gradient(to right, rgba(5, 17, 20, 0) 0%, #051114 100%);
|
background: linear-gradient(to right, rgba(5, 17, 20, 0) 0%, #051114 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .chan.lobby:hover,
|
|
||||||
#sidebar .chan.lobby.active {
|
|
||||||
color: #3d99db;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sidebar {
|
|
||||||
bottom: 43px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
height: 43px;
|
height: 43px;
|
||||||
|
line-height: 43px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.context-menu-item:hover,
|
.context-menu-item:hover,
|
||||||
|
|||||||
Reference in New Issue
Block a user