From df70c51c45037bdf02a0687db5e4fa476bf99592 Mon Sep 17 00:00:00 2001 From: Pim Snel Date: Sun, 11 Feb 2024 16:41:13 +0100 Subject: [PATCH] improve focus and hover style --- css/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 92da274..bd166ef 100644 --- a/css/style.css +++ b/css/style.css @@ -9,8 +9,11 @@ table tr td { overflow-wrap: break-word !important; } + +table tr.optrow:focus-visible, table tr.optrow:hover { - background-color: #e9e9e9 !important; + background-color: #d0d5d9 !important; + outline: 0px solid black; } table tr.optrow { @@ -63,8 +66,10 @@ table tr.optrow { border-top: 1px solid #38383d !important; } + table tr.optrow:focus-visible, table tr.optrow:hover { - background-color: #767676 !important; + background-color: #3d3d3d !important; + outline: 0px solid black; } .table > thead > tr > th {