|
1 | 1 | // This is a compiled file, you should be editing the file in templates/ |
2 | | -// This is a compiled file, you should be editing the file in templates/ |
3 | 2 | .pace { |
4 | 3 | -webkit-pointer-events: none; |
5 | 4 | pointer-events: none; |
|
14 | 13 |
|
15 | 14 | .pace .pace-progress { |
16 | 15 | background-color: #78c0f0; |
| 16 | + |
| 17 | + color: #CBE7F9; |
17 | 18 | position: fixed; |
18 | 19 | z-index: 100; |
19 | 20 | top: 0; |
|
36 | 37 | left: 0; |
37 | 38 | right: -28px; |
38 | 39 | bottom: 0; |
39 | | - background-image: -webkit-radial-gradient(rgba(21, 146, 226, 0.6) 0%, rgba(120, 192, 240, 0) 100%); |
40 | | - background-image: -moz-radial-gradient(rgba(21, 146, 226, 0.6) 0%, rgba(120, 192, 240, 0) 100%); |
41 | | - background-image: -o-radial-gradient(rgba(21, 146, 226, 0.6) 0%, rgba(120, 192, 240, 0) 100%); |
42 | | - background-image: radial-gradient(rgba(21, 146, 226, 0.6) 0%, rgba(120, 192, 240, 0) 100%); |
| 40 | + |
| 41 | + background-image: -o-radial-gradient(rgba(25, 147, 228, 0.6) 0%, rgba(120, 192, 240, 0) 100%); |
| 42 | + background-image: -moz-radial-gradient(rgba(25, 147, 228, 0.6) 0%, rgba(120, 192, 240, 0) 100%); |
| 43 | + background-image: -webkit-radial-gradient(rgba(25, 147, 228, 0.6) 0%, rgba(120, 192, 240, 0) 100%); |
| 44 | + background-image: radial-gradient(rgba(25, 147, 228, 0.6) 0%, rgba(120, 192, 240, 0) 100%); |
| 45 | + |
| 46 | + |
43 | 47 | -webkit-background-size: 28px 100%; |
44 | 48 | -moz-background-size: 28px 100%; |
45 | 49 | -o-background-size: 28px 100%; |
|
0 commit comments