Use Safari transparent tab bar as loading progress indicator

This commit is contained in:
ebraminio
2016-11-24 14:21:09 +03:30
committed by GitHub
parent 8daaee28c3
commit 93697cf1f5

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;
}
}