Make buffer prefix lighter on active buffer

the old behaviour was quite counterintuitive in my opinion

See #592
paste-quickfix
Lorenz Hübschle-Schneider 10 years ago
parent baf4d1bc32
commit e6d6272be5
  1. 6
      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 {

Loading…
Cancel
Save