From 706f4998a2afdaed177ffefb06cad10c3ca26ef3 Mon Sep 17 00:00:00 2001 From: Kurund Jalmi Date: Sun, 12 May 2013 21:26:01 -0400 Subject: [PATCH] fixed dark background for td for joomla 3.x --- css/joomla.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/joomla.css b/css/joomla.css index f6673b6b8a..1fcd1d201c 100644 --- a/css/joomla.css +++ b/css/joomla.css @@ -55,6 +55,10 @@ td.active { background-color: #ddd; } +td.label { + background: none; +} + /* ** Menu styles */ -- 2.25.1