From ff12cc9748d3d74d7f5cc6c9d2c46c13583a6ba7 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Tue, 19 Jun 2018 10:26:40 +0300 Subject: [PATCH] Fix some things for 3.0-pre7 --- theme.css | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/theme.css b/theme.css index d79d5b7..68dbb9c 100644 --- a/theme.css +++ b/theme.css @@ -25,11 +25,11 @@ opacity: 1; /* fix opacity in Firefox */ } -.logo { +#windows .logo { display: none; } -.logo-inverted { +#windows .logo-inverted { display: inline-block; } @@ -49,9 +49,12 @@ kbd { text-shadow: none; } -/* Hide nick (and edit) in input bar, not ideal */ -#nick { - display: none; +#chat .count:before, +#form #submit, +#chat button.menu, +#viewport .lt, +#viewport .rt { + color: #b7c5d1; } #context-menu, @@ -164,6 +167,7 @@ body { line-height: 43px; } +.context-menu-item:focus, .context-menu-item:hover, .textcomplete-item:hover, .textcomplete-menu .active, @@ -184,13 +188,16 @@ body { } #chat .user-mode::before, -#form, #windows #chat .header, #chat .content, #chat .userlist { border-color: var(--background-light-color); } +#form { + border: 1px solid var(--background-light-color); +} + #chat .userlist .search, #windows #form .input { border: 0;