Skip to content

Commit 0a3d4e5

Browse files
committed
user-select none and cleanup for center radar theme
1 parent 64d7b21 commit 0a3d4e5

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
-webkit-pointer-events: none;
33
pointer-events: none;
44

5+
-webkit-user-select: none;
6+
-moz-user-select: none;
7+
user-select: none;
8+
59
z-index: 2000;
610
position: fixed;
711
height: 90px;
@@ -33,9 +37,9 @@
3337
border-radius: 50%;
3438

3539
-webkit-animation: spin 1s linear infinite;
36-
-moz-animation: spin 1s linear infinite;
37-
-o-animation: spin 1s linear infinite;
38-
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;
3943
}
4044

4145
.pace .pace-activity:before {
@@ -52,7 +56,6 @@
5256
border-radius: 50%;
5357
}
5458

55-
5659
@-webkit-keyframes spin {
5760
100% { -webkit-transform: rotate(359deg); }
5861
}

0 commit comments

Comments
 (0)