diff --git a/core/misc/icons/40b6ff/throbber-active.svg b/core/misc/icons/40b6ff/throbber-active.svg new file mode 100644 index 0000000..cd7435a --- /dev/null +++ b/core/misc/icons/40b6ff/throbber-active.svg @@ -0,0 +1,9 @@ + diff --git a/core/misc/icons/949494/throbber-inactive.svg b/core/misc/icons/949494/throbber-inactive.svg new file mode 100644 index 0000000..74eb36b --- /dev/null +++ b/core/misc/icons/949494/throbber-inactive.svg @@ -0,0 +1,9 @@ + diff --git a/core/modules/system/css/system.module.css b/core/modules/system/css/system.module.css index cea7a25..d091016 100644 --- a/core/modules/system/css/system.module.css +++ b/core/modules/system/css/system.module.css @@ -11,7 +11,7 @@ /* Animated throbber */ .js input.form-autocomplete { - background-image: url(../../../misc/throbber-inactive.png); + background-image: url(../../../misc/icons/949494/throbber-inactive.svg); background-position: 100% center; /* LTR */ background-repeat: no-repeat; } @@ -19,7 +19,7 @@ background-position: 0% center; } .js input.form-autocomplete.ui-autocomplete-loading { - background-image: url(../../../misc/throbber-active.gif); + background-image: url(../../../misc/icons/40b6ff/throbber-active.svg); background-position: 100% center; /* LTR */ } .js[dir="rtl"] input.form-autocomplete.ui-autocomplete-loading {