diff options
author | Frederick Muriuki Muriithi | 2025-03-12 14:31:16 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-03-12 14:31:16 -0500 |
commit | d7752e97886920e3402c0554e0477a8feb426212 (patch) | |
tree | 986d2e2179dfd97d8f8d1958d21019399c296852 /uploader/static/css/styles.css | |
parent | 1c8eff4a285d1a5c49a2c020543a74ee4bc58663 (diff) | |
download | gn-uploader-d7752e97886920e3402c0554e0477a8feb426212.tar.gz |
Improve selector.
Diffstat (limited to 'uploader/static/css/styles.css')
-rw-r--r-- | uploader/static/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |