Installer: changed loading icon
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
</div>
|
||||
<div class="loading-panel hide">
|
||||
<div class="text-right">
|
||||
<span class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></span>
|
||||
<i class="fas fa-spinner fa-spin"></i>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="modal-footer">
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
</div>
|
||||
<div class="loading-panel hide">
|
||||
<div class="text-right">
|
||||
<span class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></span>
|
||||
<i class="fas fa-spinner fa-spin"></i>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="modal-footer">
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
</div>
|
||||
<div class="loading-panel hide">
|
||||
<div class="text-right">
|
||||
<span class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></span>
|
||||
<i class="fas fa-spinner fa-spin"></i>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="modal-footer">
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
</div>
|
||||
<div class="loading-panel hide">
|
||||
<div class="text-right">
|
||||
<span class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></span>
|
||||
<i class="fas fa-spinner fa-spin"></i>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="modal-footer">
|
||||
|
||||
@@ -137,7 +137,7 @@
|
||||
</div>
|
||||
<div class="loading-panel hide">
|
||||
<div class="text-right">
|
||||
<span class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></span>
|
||||
<i class="fas fa-spinner fa-spin"></i>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="modal-footer">
|
||||
|
||||
@@ -109,7 +109,7 @@
|
||||
</div>
|
||||
<div class="loading-panel hide">
|
||||
<div class="text-right">
|
||||
<span class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></span>
|
||||
<i class="fas fa-spinner fa-spin"></i>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="modal-footer">
|
||||
|
||||
+1
-23
@@ -146,29 +146,7 @@ span.ok {
|
||||
padding: 0px 2px;
|
||||
}
|
||||
|
||||
.glyphicon-refresh-animate {
|
||||
-animation: front .5s infinite linear;
|
||||
-ms-animation: front .5s infinite linear;
|
||||
-webkit-animation: right .5s infinite linear;
|
||||
-moz-animation: left .5s infinite linear;
|
||||
}
|
||||
|
||||
@keyframes front {
|
||||
from { transform: scale(1) rotate(0deg);}
|
||||
to { transform: scale(1) rotate(360deg);}
|
||||
}
|
||||
|
||||
@-webkit-keyframes right {
|
||||
from { -webkit-transform: rotate(0deg);}
|
||||
to { -webkit-transform: rotate(360deg);}
|
||||
}
|
||||
|
||||
@-moz-keyframes left {
|
||||
from { -moz-transform: rotate(0deg);}
|
||||
to { -moz-transform: rotate(360deg);}
|
||||
}
|
||||
|
||||
#license-agree {
|
||||
margin-right: 5px;
|
||||
margin-top: -1px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user