From a6f3e563b9303d735cb63895768d0afac8ecf082 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 26 Aug 2014 20:04:48 +0100 Subject: [PATCH] Fix style for disabled --- css/joomla.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/joomla.css b/css/joomla.css index c6a39b16c1..4302cf5cc3 100644 --- a/css/joomla.css +++ b/css/joomla.css @@ -370,3 +370,6 @@ ul#civicrm-menu li#crm-qsearch { height: auto; } +.crm-container .disabled { + font-weight: normal; +} -- 2.25.1