From 7103c724e6311aa0a53ffb45a65b8afad11c7638 Mon Sep 17 00:00:00 2001 From: yomguy Date: Wed, 6 Jun 2012 00:46:47 +0200 Subject: [PATCH] fix listing header --- teleforma/static/teleforma/css/teleforma.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/static/teleforma/css/teleforma.css b/teleforma/static/teleforma/css/teleforma.css index b2471465..62ebdc01 100644 --- a/teleforma/static/teleforma/css/teleforma.css +++ b/teleforma/static/teleforma/css/teleforma.css @@ -840,7 +840,7 @@ table.listing th, table.listing thead, table.listing td { border-bottom: 1px solid #dfdfdf; font-weight: normal; } -table.listing thead { background: #e8eaf0 } +table.listing thead { background: #fafafa; /*background: #e8eaf0*/ } table.listing thead th { font-size: 0.9em; padding: 3px .5em 3px; -- 2.39.5