Replace triskelion loader with XRP logo loader

This commit is contained in:
mDuo13
2019-04-30 13:57:15 -07:00
parent eae231789a
commit aa8aa60f60
9 changed files with 14 additions and 25 deletions

View File

@@ -264,12 +264,7 @@ span.cm-atom {
}
.loader {
-webkit-animation: rotating 1s linear infinite;
-moz-animation: rotating 1s linear infinite;
-ms-animation: rotating 1s linear infinite;
-o-animation: rotating 1s linear infinite;
animation: rotating 1s linear infinite;
width: 25px;height:25px;
width: 24px;height:24px;
}

View File

@@ -1106,12 +1106,7 @@ a.current {
.page-test-net .throbber,
.page-tx-sender .throbber,
.interactive-block .throbber {
-webkit-animation: rotating 1s linear infinite;
-moz-animation: rotating 1s linear infinite;
-ms-animation: rotating 1s linear infinite;
-o-animation: rotating 1s linear infinite;
animation: rotating 1s linear infinite;
width: 25px;height:25px;
width: 24px;height:24px;
}
#connection-status-item.active {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 734 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB