Subtle bufferline hover background color

This helps reading long lines by providing a visual linear horizontal
guide.
with-route-provider
Philippe Proulx 12 years ago
parent 439734a49b
commit 2d90c66dfa
  1. 3
      css/glowingbear.css

@ -49,6 +49,9 @@ table {
tr {
line-height: 100%;
}
tr:hover {
background-color: #222222;
}
td.time {
padding-right: 5px;
vertical-align: top;

Loading…
Cancel
Save