Subtle bufferline hover background color
This helps reading long lines by providing a visual linear horizontal guide.
This commit is contained in:
parent
439734a49b
commit
2d90c66dfa
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue