diff options
Diffstat (limited to 'uploader/static/css/styles.css')
-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; +} |