diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-04-14 10:57:30 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-04-14 10:58:19 +0200 |
commit | 9932b35a1038d5ec945e7af2a95240dff7ca64d1 (patch) | |
tree | 722dbd45da4574f3b32cae199e1b894c65f96098 /xP/public | |
parent | af5f209c533077a8b1bd469b0edbc63807545659 (diff) | |
download | xK-9932b35a1038d5ec945e7af2a95240dff7ca64d1.tar.gz xK-9932b35a1038d5ec945e7af2a95240dff7ca64d1.tar.xz xK-9932b35a1038d5ec945e7af2a95240dff7ca64d1.zip |
xP: highlight hovered buffer list items
To make it apparent which one would be closed by a middle click.
Diffstat (limited to 'xP/public')
-rw-r--r-- | xP/public/xP.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xP/public/xP.css b/xP/public/xP.css index e8b28f2..bdd355e 100644 --- a/xP/public/xP.css +++ b/xP/public/xP.css @@ -120,6 +120,9 @@ button:hover:active { .item.activity { font-weight: bold; } +.item:hover { + background: #f8f8f8; +} .item.current { font-style: italic; background: #eee; |