autocomplete-loading.module.css
Visual styles for animated throbber.
See also
autocomplete.js
File
- 
              core/themes/ stable/ css/ system/ components/ autocomplete-loading.module.css 
View source
- /**
-  * @file
-  * Visual styles for animated throbber.
-  *
-  * @see autocomplete.js
-  */
- 
- .js input.form-autocomplete {
-   background-image: url(../../../images/core/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(../../../images/core/throbber-active.gif);
-   background-position: 100% center; /* LTR */
- }
- .js[dir="rtl"] input.form-autocomplete.ui-autocomplete-loading {
-   background-position: 0% center;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
