Improve loading page color contrast

This commit is contained in:
James Allen 2014-07-10 13:45:48 +01:00
parent 7fb8154c6e
commit cd6234570c

View file

@ -47,6 +47,7 @@
.loading-screen {
.full-size;
background-color: #fafafa;
.container {
text-align: center;
position: absolute;
@ -55,6 +56,10 @@
width: 400px;
margin-left: -200px;
}
.progress {
background-color: white;
border: 1px solid @toolbar-border-color;
}
}
.loading-panel {