From c5b246dc8e132937e08937adae4d98109c22c5ce Mon Sep 17 00:00:00 2001 From: cgfhtw Date: Tue, 10 Oct 2023 13:08:43 +0200 Subject: [PATCH] CSS table row hovering --- public/css/cis_bs5.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/cis_bs5.css b/public/css/cis_bs5.css index 4bc5a24f4..48a5bfb1b 100644 --- a/public/css/cis_bs5.css +++ b/public/css/cis_bs5.css @@ -88,6 +88,10 @@ h6, .h6 { .fhc-container .tabulator .tabulator-row.tabulator-row-even .tabulator-cell { background-color: #f2f2f2; } +.fhc-container .tabulator .tabulator-row.tabulator-selectable:hover .tabulator-frozen, +.fhc-container .tabulator .tabulator-row.tabulator-selectable:hover .tabulator-cell { + background-color: #ececec; +} .fhc-container .tabulator .tabulator-col, .fhc-container .tabulator .tabulator-cell {