aboutsummaryrefslogtreecommitdiff
path: root/uploader/static/css/styles.css
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-03-17 10:25:30 -0500
committerFrederick Muriuki Muriithi2025-03-17 10:25:30 -0500
commit93a8c35947c386cf6204cfa2c4674b1134602856 (patch)
tree9b0207370f0dface1311efd4159be293840849f1 /uploader/static/css/styles.css
parenta8ce4d72da5b27c9051d8e3edb647f5595d1c28e (diff)
downloadgn-uploader-93a8c35947c386cf6204cfa2c4674b1134602856.tar.gz
Fix styling.
Diffstat (limited to 'uploader/static/css/styles.css')
-rw-r--r--uploader/static/css/styles.css11
1 files changed, 1 insertions, 10 deletions
diff --git a/uploader/static/css/styles.css b/uploader/static/css/styles.css
index 8366c67..80c5a56 100644
--- a/uploader/static/css/styles.css
+++ b/uploader/static/css/styles.css
@@ -156,18 +156,9 @@ input[type="search"] {
table.dataTable thead th, table.dataTable tfoot th{
border-right: 1px solid white;
color: white;
- background-color: #369;
+ background-color: #369 !important;
}
table.dataTable tbody tr.selected td {
background-color: #ffee99 !important;
}
-
-
-.dt-scroll-body > table > thead {
- /***
-Fixes bug with DataTables Scroller extension which leads to 2 table headers
-being displayed.
- **/
- display: none;
-}