From d69a3c613022c847a1f36f947f040c0203863692 Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Sat, 13 Feb 2016 21:47:10 +0000 Subject: [PATCH] Fix tables (detailed sale report) colour for inner table (#116) --- css/tables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/tables.css b/css/tables.css index c06d91a49..f80754de6 100644 --- a/css/tables.css +++ b/css/tables.css @@ -134,7 +134,7 @@ table.tablesorter thead .tablesorter-headerDesc table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { - background-color: #8dbdd8; + background-color: #555555; } table.innertable @@ -145,7 +145,7 @@ table.innertable table.innertable thead tr th { - background-color: #0a6184; + background-color: #999999; } table.innertable tbody tr td