From: Coleman Watts Date: Thu, 30 Jan 2014 18:55:47 +0000 (-0800) Subject: CRM-10760 - Autocomplte - Add css X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ccc656b8d4be9a57aee5beeb76dcd18b3184938e;p=civicrm-core.git CRM-10760 - Autocomplte - Add css --- diff --git a/css/civicrm.css b/css/civicrm.css index 5fe756eae8..351b5aa6cf 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -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; }