Make buffer prefix lighter on active buffer

the old behaviour was quite counterintuitive in my opinion

See #592
This commit is contained in:
Lorenz Hübschle-Schneider 2016-01-10 11:19:35 +01:00
parent baf4d1bc32
commit e6d6272be5

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 {