948936ef10a496fda98002a4bf1fd2b282af13c4 1974928: replace images. diff --git a/core/misc/throbber-active.gif b/core/misc/throbber-active.gif deleted file mode 100644 index f66414a..0000000 --- a/core/misc/throbber-active.gif +++ /dev/null @@ -1,2 +0,0 @@ -GIF89a  {{ƵZ5ʋkFs!, c'O4ɨPʳ.rsk/ qD$FD!D`Kb$܈D%]5"S8{"8-3 / -<"& +!; \ No newline at end of file diff --git a/core/misc/throbber-active.svg b/core/misc/throbber-active.svg new file mode 100644 index 0000000..e233ee5 --- /dev/null +++ b/core/misc/throbber-active.svg @@ -0,0 +1,3 @@ + + + diff --git a/core/misc/throbber-inactive.png b/core/misc/throbber-inactive.png deleted file mode 100644 index befbb9f..0000000 --- a/core/misc/throbber-inactive.png +++ /dev/null @@ -1,3 +0,0 @@ -PNG - - IHDR OybKGD pHYs  tIME4h7IDAT(ϝ! DV??V"+##SiE2fYJU!{zZk9CD#i`ߟ3AD(@U!"PU֚sBro<_nTնm 9¯s0[pj@fv (J @DBݿ҇;쩺2E]vΊ>!.3þ.t9ksNؔҠ'IENDB` \ No newline at end of file diff --git a/core/misc/throbber-inactive.svg b/core/misc/throbber-inactive.svg new file mode 100644 index 0000000..ca0bef2 --- /dev/null +++ b/core/misc/throbber-inactive.svg @@ -0,0 +1,3 @@ + + + diff --git a/core/modules/system/css/components/ajax-progress.module.css b/core/modules/system/css/components/ajax-progress.module.css index ee56efa..c96719e 100644 --- a/core/modules/system/css/components/ajax-progress.module.css +++ b/core/modules/system/css/components/ajax-progress.module.css @@ -11,7 +11,7 @@ float: right; } .ajax-progress-throbber .throbber { - background: transparent url(../../../../misc/throbber-active.gif) no-repeat 0px center; + background: transparent url(../../../../misc/throbber-active.svg) no-repeat 0px center; display: inline; padding: 1px 5px 2px; } diff --git a/core/modules/system/css/components/autocomplete-loading.module.css b/core/modules/system/css/components/autocomplete-loading.module.css index 40d3323..cb833c6 100644 --- a/core/modules/system/css/components/autocomplete-loading.module.css +++ b/core/modules/system/css/components/autocomplete-loading.module.css @@ -6,7 +6,7 @@ */ .js input.form-autocomplete { - background-image: url(../../../../misc/throbber-inactive.png); + background-image: url(../../../../misc/throbber-inactive.svg); background-position: 100% center; /* LTR */ background-repeat: no-repeat; } @@ -14,7 +14,7 @@ background-position: 0% center; } .js input.form-autocomplete.ui-autocomplete-loading { - background-image: url(../../../../misc/throbber-active.gif); + background-image: url(../../../../misc/throbber-active.svg); background-position: 100% center; /* LTR */ } .js[dir="rtl"] input.form-autocomplete.ui-autocomplete-loading {