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
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@ table {
|
|||
tr {
|
||||
line-height: 100%;
|
||||
}
|
||||
tr:hover {
|
||||
background-color: #222222;
|
||||
}
|
||||
td.time {
|
||||
padding-right: 5px;
|
||||
vertical-align: top;
|
||||
|
|
Loading…
Reference in a new issue