From e6d6272be510a1927562b91a13821f7ae5e008f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Sun, 10 Jan 2016 11:19:35 +0100 Subject: [PATCH] Make buffer prefix lighter on active buffer the old behaviour was quite counterintuitive in my opinion See #592 --- css/glowingbear.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 1f6c933..ef540c5 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -594,11 +594,7 @@ li.buffer.channel_ampersand a span:last-of-type:before, #topbar .title .channel_ } li.buffer.channel.active a span:last-of-type:before { - color: #444; -} - -li.buffer.channel.active a:hover span:last-of-type:before { - color: #222; + color: #aaa; } li.buffer.indent.private a {