autocomplete-loading.module.css
Same filename in this branch
- 10 core/themes/olivero/css/components/autocomplete-loading.module.css
- 10 core/themes/stable9/css/system/components/autocomplete-loading.module.css
- 10 core/themes/claro/css/components/autocomplete-loading.module.css
- 10 core/modules/system/css/components/autocomplete-loading.module.css
- 10 core/themes/stable9/css/core/components/autocomplete-loading.module.css
Same filename in other branches
- 9 core/themes/olivero/css/components/autocomplete-loading.module.css
- 9 core/themes/stable9/css/system/components/autocomplete-loading.module.css
- 9 core/themes/claro/css/components/autocomplete-loading.module.css
- 9 core/themes/stable/css/system/components/autocomplete-loading.module.css
- 9 core/modules/system/css/components/autocomplete-loading.module.css
- 8.9.x core/themes/claro/css/components/autocomplete-loading.module.css
- 8.9.x core/themes/stable/css/system/components/autocomplete-loading.module.css
- 8.9.x core/modules/system/css/components/autocomplete-loading.module.css
- 11.x core/themes/olivero/css/components/autocomplete-loading.module.css
- 11.x core/themes/stable9/css/system/components/autocomplete-loading.module.css
- 11.x core/themes/claro/css/components/autocomplete-loading.module.css
- 11.x core/modules/system/css/components/autocomplete-loading.module.css
- 11.x core/misc/components/autocomplete-loading.module.css
- 11.x core/themes/stable9/css/core/components/autocomplete-loading.module.css
Visual styles for animated throbber.
See also
autocomplete.js
File
-
core/
misc/ components/ autocomplete-loading.module.css
View source
- /**
- * @file
- * Visual styles for animated throbber.
- *
- * @see autocomplete.js
- */
-
- .js input.form-autocomplete {
- background-image: url(../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(../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.