Remove styling that attempts to make inputs match select2
authorWilliam Mortada <william@mortada.co.uk>
Mon, 23 Mar 2020 17:44:13 +0000 (17:44 +0000)
committerWilliam Mortada <william@mortada.co.uk>
Mon, 23 Mar 2020 17:44:13 +0000 (17:44 +0000)
This styling conflicts with CMS styles

css/civicrm.css

index 8d8446b34694f4778e40639a9758503218a43e2d..06aa01c01d7f80986ca582e82a5484f2ae16e0a9 100644 (file)
@@ -254,21 +254,6 @@ input.crm-form-entityref {
   width: 6em;
 }
 
-/* Style civi form inputs to match select2 */
-.crm-container select.crm-form-select,
-.crm-container select.crm-form-date {
-  border: 1px solid #aaa;
-  color: #444;
-  height: 2.2em;
-  padding: 4px;
-  border-radius: 4px;
-  background-color: #fff;
-  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
-  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
-  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
-  background-image: linear-gradient(top, #fff 0%, #eee 50%);
-}
 .crm-container input.crm-form-text.ng-invalid.ng-dirty {
     border: 1px solid #FF0000;
 }