From ccc656b8d4be9a57aee5beeb76dcd18b3184938e Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Thu, 30 Jan 2014 10:55:47 -0800 Subject: [PATCH] CRM-10760 - Autocomplte - Add css --- css/civicrm.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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; } -- 2.25.1