Fix some things for 3.0-pre7

This commit is contained in:
Pavel Djundik 2018-06-19 10:26:40 +03:00
parent 4c8fd7cca6
commit ff12cc9748
1 changed files with 13 additions and 6 deletions

View File

@ -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;