Subtle bufferline hover background color

This helps reading long lines by providing a visual linear horizontal
guide.
This commit is contained in:
Philippe Proulx 2013-10-26 04:58:23 -04:00
parent 439734a49b
commit 2d90c66dfa

View file

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