use angular-loading-bar instead of spin.js for ajax indicator

This commit is contained in:
Athou
2014-04-29 10:44:39 +02:00
parent 517ce1a726
commit ba04d2adfe
10 changed files with 41 additions and 63 deletions

View File

@@ -0,0 +1,12 @@
#loading-bar .bar {
background: #2c3e50;
}
#loading-bar .peg {
box-shadow: 0 0 10px #2c3e50, 0 0 5px #2c3e50;
}
#loading-bar-spinner .spinner-icon {
border-top-color: #2c3e50;
border-left-color: #2c3e50;
}