From f887ee8ca60d5c18c394b04a9bc5a9341da95327 Mon Sep 17 00:00:00 2001 From: zsloan Date: Tue, 22 Sep 2020 16:46:16 -0500 Subject: Added something to the mapping result page CSS to change the highlight color to match the high color in other tables * wqflask/wqflask/static/new/css/marker_regression.css - changed background color when selecting a row (i.e. "highlight color") --- wqflask/wqflask/static/new/css/marker_regression.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wqflask/wqflask/static/new/css/marker_regression.css b/wqflask/wqflask/static/new/css/marker_regression.css index f1a26a83..e0a5ceea 100644 --- a/wqflask/wqflask/static/new/css/marker_regression.css +++ b/wqflask/wqflask/static/new/css/marker_regression.css @@ -62,6 +62,10 @@ table.dataTable tbody td { padding: 4px 20px 2px 10px; } +table.dataTable tbody tr.selected { + background-color: #ffee99; +} + table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td { border-top: 1px solid #ccc; border-right: 1px solid #ccc; -- cgit v1.2.3