Merge pull request #829 from ebraminio/patch-5

Use Safari transparent tab bar as loading progress indicator
This commit is contained in:
Athou
2016-11-24 11:58:54 +01:00
committed by GitHub

View File

@@ -1,5 +1,8 @@
#loading-bar .bar {
background: #2c3e50;
height: 101px;
top: -100px;
position: fixed;
}
#loading-bar .peg {
@@ -9,4 +12,4 @@
#loading-bar-spinner .spinner-icon {
border-top-color: #2c3e50;
border-left-color: #2c3e50;
}
}