xP: highlight hovered buffer list items
To make it apparent which one would be closed by a middle click.
This commit is contained in:
parent
af5f209c53
commit
9932b35a10
|
@ -120,6 +120,9 @@ button:hover:active {
|
|||
.item.activity {
|
||||
font-weight: bold;
|
||||
}
|
||||
.item:hover {
|
||||
background: #f8f8f8;
|
||||
}
|
||||
.item.current {
|
||||
font-style: italic;
|
||||
background: #eee;
|
||||
|
|
Loading…
Reference in New Issue