-
+
inputs
diff --git a/public/spin.gif b/public/spin.gif
deleted file mode 100644
index 897543ef5..000000000
Binary files a/public/spin.gif and /dev/null differ
diff --git a/public/spin.svg b/public/spin.svg
new file mode 100644
index 000000000..e609530aa
--- /dev/null
+++ b/public/spin.svg
@@ -0,0 +1,41 @@
+
+
diff --git a/public/style.css b/public/style.css
index 56bcebba7..7b01433b8 100644
--- a/public/style.css
+++ b/public/style.css
@@ -852,7 +852,8 @@ i.spinner {
line-height: 14px;
vertical-align: text-top;
margin-top: 0px;
- background: url(spin.gif) no-repeat 50% 50%;
+ background: url(spin.svg) no-repeat 50% 50%;
+ background-size: contain
}