From cc9942019f42a82ef5862c725e770c92caa75a16 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Wed, 24 May 2023 19:07:01 +0200 Subject: [PATCH] light-blue.css: Fix LSobject-list links color on line hover --- src/css/light-blue.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/light-blue.css b/src/css/light-blue.css index a6254682..0c847ef5 100644 --- a/src/css/light-blue.css +++ b/src/css/light-blue.css @@ -356,7 +356,7 @@ body, input, select, textarea, #status, th.LSobject-list, table.LStable th, th.L } /* ---- Contrasted grey ---- */ -tr.LSobject-list:hover, tr.LSobject-list:hover th, table.LStable tr:hover, table.LStable tr:hover th, tr.LSobject-list:hover a.LSobject-list, table.LStable tbody tr:hover a, .LSform input[type=submit], input[type='submit'].LSview_search, button, li.LSform_layout_current { +tr.LSobject-list:hover, tr.LSobject-list:hover th, table.LStable tr:hover, table.LStable tr:hover th, tr.LSobject-list:hover a.LSobject-list, table.LStable tbody tr:hover a, .LSform input[type=submit], input[type='submit'].LSview_search, button, li.LSform_layout_current, tr.LSobject-list:hover a { color: var(--contrasted-text-color); }