iBet uBet web content aggregator. Adding the entire web to your favor.
iBet uBet web content aggregator. Adding the entire web to your favor.



Link to original content: http://www.usa.gov/core/modules/system/css/components/autocomplete-loading.module.css?snbqot
/** * @file * Visual styles for animated throbber. * * @see autocomplete.js */ .js input.form-autocomplete { background-image: url(../../../../misc/throbber-inactive.png); background-repeat: no-repeat; background-position: 100% center; /* LTR */ } .js[dir="rtl"] input.form-autocomplete { background-position: 0% center; } .js input.form-autocomplete.ui-autocomplete-loading { background-image: url(../../../../misc/throbber-active.gif); background-position: 100% center; /* LTR */ } .js[dir="rtl"] input.form-autocomplete.ui-autocomplete-loading { background-position: 0% center; }