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

Make buffer prefix lighter on active buffer
paste-quickfix
Tor Hveem 10 years ago
commit 08dfcec819
  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