aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-03-10 13:02:43 -0500
committerFrederick Muriuki Muriithi2025-03-10 13:02:43 -0500
commit0e7394fca32f5461d88e9395667736b5b1e9ece5 (patch)
treed095bc1893d653c150e8ea566377046b39e6b2dc
parent1039335b9531acec744f5f445eee082d85522e4a (diff)
downloadgn-uploader-0e7394fca32f5461d88e9395667736b5b1e9ece5.tar.gz
Update highlight styling of selected row.
-rw-r--r--uploader/static/css/styles.css4
1 files changed, 4 insertions, 0 deletions
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;
+}