From 961b863dfe96ec72f8c1512bf9f2439c4682aafc Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 24 Feb 2025 15:58:04 -0600 Subject: Add styling for datatables headings. --- uploader/static/css/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) 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; +} -- cgit v1.2.3