From 0e7394fca32f5461d88e9395667736b5b1e9ece5 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 10 Mar 2025 13:02:43 -0500 Subject: Update highlight styling of selected row. --- uploader/static/css/styles.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'uploader') diff --git a/uploader/static/css/styles.css b/uploader/static/css/styles.css index 45009ae..d41441d 100644 --- a/uploader/static/css/styles.css +++ b/uploader/static/css/styles.css @@ -158,3 +158,7 @@ table.dataTable thead th, table.dataTable tfoot th{ color: white; background-color: #369; } + +table.dataTable tbody tr.selected { + background-color: #ffee99 !important; +} -- cgit v1.2.3