diff --git a/Home.css b/Home.css index e53a0cf..04ce308 100644 --- a/Home.css +++ b/Home.css @@ -254,4 +254,25 @@ transform: rotate(0); box-shadow: 2px 2px 5px #2fdcff; } +} + +/* Progressbar CSS */ +.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: #bf0711; + position: fixed; + z-index: 2000; + top: 0; + right: 100%; + width: 100%; + height: 3px; } \ No newline at end of file diff --git a/index.html b/index.html index a62d136..7d0c935 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,7 @@ + -