aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2023-04-14 10:57:30 +0200
committerPřemysl Eric Janouch <p@janouch.name>2023-04-14 10:58:19 +0200
commit9932b35a1038d5ec945e7af2a95240dff7ca64d1 (patch)
tree722dbd45da4574f3b32cae199e1b894c65f96098
parentaf5f209c533077a8b1bd469b0edbc63807545659 (diff)
downloadxK-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.
-rw-r--r--xP/public/xP.css3
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;