Merge pull request #731 from glowing-bear/buffer-prefix-styling

Make buffer prefix lighter on active buffer
This commit is contained in:
Tor Hveem 2016-01-13 14:23:43 +01:00
commit 08dfcec819

View file

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