From 2c0ff826c42d0af59c9a6b02edac4cf28a7db1f5 Mon Sep 17 00:00:00 2001 From: Dan Cruson Date: Sun, 19 Oct 2014 19:55:36 -0400 Subject: [PATCH] CRM-15494 Fix label display for Joomla 3.x Fix the display of the labels so they are readable in the default template in Joomla 3. --- css/joomla.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/joomla.css b/css/joomla.css index 4302cf5cc3..39a489786a 100644 --- a/css/joomla.css +++ b/css/joomla.css @@ -57,6 +57,8 @@ td.active { td.label { background: none; + color: #3e3e3e; + display: table-cell; } /* -- 2.25.1