CRM-10760 - Autocomplte - Add css
authorColeman Watts <coleman@civicrm.org>
Thu, 30 Jan 2014 18:55:47 +0000 (10:55 -0800)
committerColeman Watts <coleman@civicrm.org>
Thu, 30 Jan 2014 19:03:23 +0000 (11:03 -0800)
css/civicrm.css

index 5fe756eae8b1a94814d68217e3d0e4e6b7622d05..351b5aa6cf664107ccc3f948d9b414dae81671d8 100644 (file)
@@ -2808,9 +2808,10 @@ div.grippie {
   height: 27px;
 }
 
-#civicrm-menu .ac_input,
+#civicrm-menu .ui-autocomplete-input,
+.crm-container .ui-autocomplete-input,
 .crm-container .ac_input {
-  background: white url(../i/magnify.gif) no-repeat scroll right center;
+  background: white url("../i/magnify.gif") no-repeat scroll right center;
   padding-right: 16px;
   /* so that text doesn't flow on top of icon */
 }
@@ -3821,7 +3822,8 @@ div.m ul#civicrm-menu,
 
 /* loader autocomplete */
 
-#civicrm-menu .ac_loading,
+#civicrm-menu .ui-autocomplete-loading,
+.crm-container .ui-autocomplete-loading,
 .crm-container .ac_loading {
   background: white url('../i/loading.gif') no-repeat right center;
 }