From d7752e97886920e3402c0554e0477a8feb426212 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 12 Mar 2025 14:31:16 -0500 Subject: Improve selector. --- uploader/static/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uploader/static/css/styles.css b/uploader/static/css/styles.css index d41441d..55b510e 100644 --- a/uploader/static/css/styles.css +++ b/uploader/static/css/styles.css @@ -159,6 +159,6 @@ table.dataTable thead th, table.dataTable tfoot th{ background-color: #369; } -table.dataTable tbody tr.selected { +table.dataTable tbody tr.selected td { background-color: #ffee99 !important; } -- cgit v1.2.3