mirror of
https://github.com/Newnetirc/thelounge-theme-newnet.git
synced 2026-01-24 07:30:19 +00:00
Fix some things for 3.0-pre7
This commit is contained in:
19
theme.css
19
theme.css
@@ -25,11 +25,11 @@
|
|||||||
opacity: 1; /* fix opacity in Firefox */
|
opacity: 1; /* fix opacity in Firefox */
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
#windows .logo {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo-inverted {
|
#windows .logo-inverted {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -49,9 +49,12 @@ kbd {
|
|||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hide nick (and edit) in input bar, not ideal */
|
#chat .count:before,
|
||||||
#nick {
|
#form #submit,
|
||||||
display: none;
|
#chat button.menu,
|
||||||
|
#viewport .lt,
|
||||||
|
#viewport .rt {
|
||||||
|
color: #b7c5d1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#context-menu,
|
#context-menu,
|
||||||
@@ -164,6 +167,7 @@ body {
|
|||||||
line-height: 43px;
|
line-height: 43px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.context-menu-item:focus,
|
||||||
.context-menu-item:hover,
|
.context-menu-item:hover,
|
||||||
.textcomplete-item:hover,
|
.textcomplete-item:hover,
|
||||||
.textcomplete-menu .active,
|
.textcomplete-menu .active,
|
||||||
@@ -184,13 +188,16 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#chat .user-mode::before,
|
#chat .user-mode::before,
|
||||||
#form,
|
|
||||||
#windows #chat .header,
|
#windows #chat .header,
|
||||||
#chat .content,
|
#chat .content,
|
||||||
#chat .userlist {
|
#chat .userlist {
|
||||||
border-color: var(--background-light-color);
|
border-color: var(--background-light-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#form {
|
||||||
|
border: 1px solid var(--background-light-color);
|
||||||
|
}
|
||||||
|
|
||||||
#chat .userlist .search,
|
#chat .userlist .search,
|
||||||
#windows #form .input {
|
#windows #form .input {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user