UNPKG
scriptbox
Version:
latest (0.0.3-patch5)
0.0.3
0.0.3-patch5
0.0.3-patch4
0.0.3-patch3
0.0.3-patch2
0.0.3-patch1
0.0.2-b
0.0.1-b
0.0.1-a
Script box is a full VAS application
github.com/badlee/scriptbox
badlee/scriptbox
scriptbox
/
public
/
admin
/
vendors
/
jquery-pace
/
pace.css
18 lines
(15 loc)
•
289 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.pace
.pace-progress
{
background
:
#29d
;
position
: fixed;
z-index
:
2000
;
top
:
0
;
left
:
0
;
height
:
2px
; -webkit-
transition
: width
1s
; -moz-
transition
: width
1s
; -o-
transition
: width
1s
;
transition
: width
1s
; }
.pace-inactive
{
display
: none; }