light-blue.css: Fix LSobject-list links color on line hover

This commit is contained in:
Benjamin Renard 2023-05-24 19:07:01 +02:00
parent 513ed9a024
commit cc9942019f
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC

View file

@ -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);
}