about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-02-24 15:58:04 -0600
committerFrederick Muriuki Muriithi2025-02-24 15:58:04 -0600
commit961b863dfe96ec72f8c1512bf9f2439c4682aafc (patch)
treeddea747f7edbe3f9c72bc255a4f8f8e83a8ef57c
parent64c404e2a33945e54faa6bb159128fa134374009 (diff)
downloadgn-uploader-961b863dfe96ec72f8c1512bf9f2439c4682aafc.tar.gz
Add styling for datatables headings.
-rw-r--r--uploader/static/css/styles.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/uploader/static/css/styles.css b/uploader/static/css/styles.css
index 35c0627..45009ae 100644
--- a/uploader/static/css/styles.css
+++ b/uploader/static/css/styles.css
@@ -152,3 +152,9 @@ input[type="search"] {
 .btn {
     text-transform: Capitalize;
 }
+
+table.dataTable thead th, table.dataTable tfoot th{
+  border-right: 1px solid white;
+  color: white;
+  background-color: #369;
+}