aboutsummaryrefslogtreecommitdiff
path: root/uploader/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/static/css')
-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;
+}