From ea039610725ffa34e8019a41ee5adc74b4c6b137 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Thu, 7 Aug 2014 17:05:47 +0100 Subject: [PATCH] Fix select2 border-box property --- css/civicrm.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/civicrm.css b/css/civicrm.css index 3691147ed3..050732ab45 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -3731,6 +3731,10 @@ div.m ul#civicrm-menu, .crm-container .crm-action-menu.action-icon-clipboard .select2-default span.select2-chosen:before { background-position: -160px -128px; } +/* Restore this property otherwise our css overrides it */ +.select2-search input { + box-sizing: border-box; +} /* Special styling for specific form buttons */ #crm-container span.crm-button_qf_Main_upload input, -- 2.25.1