From ddf4f835290fdb1448cfb7d3b5f956246ea9a92d Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Mon, 25 Nov 2019 07:41:47 +1100 Subject: [PATCH] dev/core#874 [UI] Fix styling of the menubar colour picker in joomla --- css/joomla.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/joomla.css b/css/joomla.css index f232545eb1..a59b3a047a 100644 --- a/css/joomla.css +++ b/css/joomla.css @@ -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 { -- 2.25.1