Fix select2 border-box property
authorColeman Watts <coleman@civicrm.org>
Thu, 7 Aug 2014 16:05:47 +0000 (17:05 +0100)
committerColeman Watts <coleman@civicrm.org>
Thu, 7 Aug 2014 16:05:47 +0000 (17:05 +0100)
css/civicrm.css

index 3691147ed381fd2ca8fd83976265d17abffed4a4..050732ab45974e72c73778e76b22b9baeb93a355 100644 (file)
@@ -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,