datatable: make header and footer style slightly darker - jscancer - Javascript crap (relatively small)
(HTM) git clone git://git.codemadness.org/jscancer
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit a635ec07e766c8e6b11f5616463807ce634d8b7c
(DIR) parent df4221b25dcd1c6a3ca0c48e002a8ac30b724820
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
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(-)
---
(DIR) 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;