From 7c365cb902883f56b5cf022feb00c496f8ceaf77 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Fri, 9 Mar 2018 09:19:40 +0200 Subject: [PATCH] Fix up userlist on master --- theme.css | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/theme.css b/theme.css index d3e0183..90ae61f 100644 --- a/theme.css +++ b/theme.css @@ -65,7 +65,7 @@ kbd { background-color: #aaa; } -#chat .sidebar, +#chat .userlist, #windows .window, body { background-color: #051114; @@ -132,24 +132,14 @@ body { #input, #windows #form .input, #form, -#chat .count { +#chat .userlist .count { background-color: inherit; } -#sidebar .chan, -#sidebar .chan-placeholder { - padding: 8px 20px; -} - #sidebar .chan.lobby { color: #268bd2; } -#sidebar .badge { - font-size: 12px; - margin-top: 0; -} - #sidebar .network, #sidebar .network-placeholder { margin-bottom: 1em; @@ -188,7 +178,7 @@ body { .context-menu-item:hover, .textcomplete-item:hover, .textcomplete-menu .active, -#chat .users .user.active, +#chat .userlist .user.active, #sidebar, #footer { color: #fff; @@ -203,11 +193,11 @@ body { #form, #windows .header, #chat .content, -#chat .sidebar { +#chat .userlist { border-color: #002b36; } -#chat .search, +#chat .userlist .search, #windows #form .input { border: 0; color: #fff;