Fixed pace loader

This commit is contained in:
Jamie.Rees 2017-02-01 08:46:52 +00:00
commit 941abac10b
3 changed files with 43 additions and 1 deletions

View file

@ -525,3 +525,22 @@ label {
display: block !important;
margin: 0 auto !important; }
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.pace-inactive {
display: none; }
.pace .pace-progress {
background: #df691a;
position: fixed;
z-index: 2000;
top: 0;
right: 100%;
width: 100%;
height: 5px; }