We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d7b21 commit 0a3d4e5Copy full SHA for 0a3d4e5
templates/pace-theme-center-radar.tmpl.css
@@ -2,6 +2,10 @@
2
-webkit-pointer-events: none;
3
pointer-events: none;
4
5
+ -webkit-user-select: none;
6
+ -moz-user-select: none;
7
+ user-select: none;
8
+
9
z-index: 2000;
10
position: fixed;
11
height: 90px;
@@ -33,9 +37,9 @@
33
37
border-radius: 50%;
34
38
35
39
-webkit-animation: spin 1s linear infinite;
36
- -moz-animation: spin 1s linear infinite;
- -o-animation: spin 1s linear infinite;
- animation: spin 1s linear infinite;
40
+ -moz-animation: spin 1s linear infinite;
41
+ -o-animation: spin 1s linear infinite;
42
+ animation: spin 1s linear infinite;
43
}
44
45
.pace .pace-activity:before {
@@ -52,7 +56,6 @@
52
56
53
57
54
58
55
-
59
@-webkit-keyframes spin {
60
100% { -webkit-transform: rotate(359deg); }
61
0 commit comments