Skip to content

Commit 3cf7d87

Browse files
committed
changed selector to .pace-activity
1 parent 0719e10 commit 3cf7d87

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

templates/pace-theme-center-radar.tmpl.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313
bottom: 0;
1414
}
1515

16-
.pace.pace-inactive .pace-progress {
16+
.pace.pace-inactive .pace-activity {
1717
display: none;
1818
}
1919

20-
.pace .pace-progress {
20+
.pace .pace-activity {
2121
position: fixed;
2222
z-index: 2000;
2323
display: block;
2424
position: absolute;
2525
left: -30px;
2626
top: -30px;
2727
height: 90px;
28-
width: 90px !important;
28+
width: 90px;
2929
display: block;
3030
border-width: 30px;
3131
border-style: double;
@@ -38,13 +38,13 @@
3838
animation: spin 1s linear infinite;
3939
}
4040

41-
.pace .pace-progress:before {
41+
.pace .pace-activity:before {
4242
content: ' ';
4343
position: absolute;
4444
top: 10px;
4545
left: 10px;
4646
height: 50px;
47-
width: 50px !important;
47+
width: 50px;
4848
display: block;
4949
border-width: 10px;
5050
border-style: solid;

themes/pace-theme-center-radar.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
bottom: 0;
1515
}
1616

17-
.pace.pace-inactive .pace-progress {
17+
.pace.pace-inactive .pace-activity {
1818
display: none;
1919
}
2020

21-
.pace .pace-progress {
21+
.pace .pace-activity {
2222
position: fixed;
2323
z-index: 2000;
2424
display: block;
2525
position: absolute;
2626
left: -30px;
2727
top: -30px;
2828
height: 90px;
29-
width: 90px !important;
29+
width: 90px;
3030
display: block;
3131
border-width: 30px;
3232
border-style: double;
@@ -39,13 +39,13 @@
3939
animation: spin 1s linear infinite;
4040
}
4141

42-
.pace .pace-progress:before {
42+
.pace .pace-activity:before {
4343
content: ' ';
4444
position: absolute;
4545
top: 10px;
4646
left: 10px;
4747
height: 50px;
48-
width: 50px !important;
48+
width: 50px;
4949
display: block;
5050
border-width: 10px;
5151
border-style: solid;

0 commit comments

Comments
 (0)