Merge pull request #18367 from eileenmcnaughton/validate
[civicrm-core.git] / css / joomla.css
index f232545eb1f6c32ff31ebfa0ff312d3cc5e5efc5..a59b3a047ad519e61792ace10a87973f8d8c2cdd 100644 (file)
@@ -371,6 +371,11 @@ div#toolbar-box, div#toolbar-box div.m{
   display: block;
 }
 
+/* dev/core#874 the width:auto styling above causes the menubar colour picker to be squeezed */
+.crm-container input.crm-form-color {
+  width: 3.6em;
+}
+
 /* Remove Joomla subhead toolbar & whitespace border */
        
 body.admin.com_civicrm .subhead-collapse {