From 9932b35a1038d5ec945e7af2a95240dff7ca64d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 14 Apr 2023 10:57:30 +0200 Subject: [PATCH] xP: highlight hovered buffer list items To make it apparent which one would be closed by a middle click. --- xP/public/xP.css | 3 +++ 1 file changed, 3 insertions(+) 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;