datatable: make header and footer style slightly darker - jscancer - Javascript… | |
git clone git://git.codemadness.org/jscancer | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit a635ec07e766c8e6b11f5616463807ce634d8b7c | |
parent df4221b25dcd1c6a3ca0c48e002a8ac30b724820 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 18 Aug 2017 13:11:32 +0200 | |
datatable: make header and footer style slightly darker | |
Diffstat: | |
M datatable/datatable.css | 7 +++++++ | |
1 file changed, 7 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/datatable/datatable.css b/datatable/datatable.css | |
@@ -32,6 +32,13 @@ table.datatable thead th { | |
cursor: pointer; | |
} | |
+table.datatable thead td, | |
+table.datatable thead th, | |
+table.datatable tfoot td, | |
+table.datatable tfoot th { | |
+ background-color: #eee; | |
+} | |
+ | |
table.datatable thead tr td:hover, | |
table.datatable thead tr th:hover { | |
background-color: #ccc; |