diff options
author | Frederick Muriuki Muriithi | 2025-02-24 15:58:04 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-02-24 15:58:04 -0600 |
commit | 961b863dfe96ec72f8c1512bf9f2439c4682aafc (patch) | |
tree | ddea747f7edbe3f9c72bc255a4f8f8e83a8ef57c | |
parent | 64c404e2a33945e54faa6bb159128fa134374009 (diff) | |
download | gn-uploader-961b863dfe96ec72f8c1512bf9f2439c4682aafc.tar.gz |
Add styling for datatables headings.
-rw-r--r-- | uploader/static/css/styles.css | 6 |
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; +} |