Skip to content

Commit

Permalink
user-select none and cleanup for center radar theme
Browse files Browse the repository at this point in the history
  • Loading branch information
adamschwartz committed Sep 5, 2014
1 parent 64d7b21 commit 0a3d4e5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions templates/pace-theme-center-radar.tmpl.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
-webkit-pointer-events: none;
pointer-events: none;

-webkit-user-select: none;
-moz-user-select: none;
user-select: none;

z-index: 2000;
position: fixed;
height: 90px;
Expand Down Expand Up @@ -33,9 +37,9 @@
border-radius: 50%;

-webkit-animation: spin 1s linear infinite;
-moz-animation: spin 1s linear infinite;
-o-animation: spin 1s linear infinite;
animation: spin 1s linear infinite;
-moz-animation: spin 1s linear infinite;
-o-animation: spin 1s linear infinite;
animation: spin 1s linear infinite;
}

.pace .pace-activity:before {
Expand All @@ -52,7 +56,6 @@
border-radius: 50%;
}


@-webkit-keyframes spin {
100% { -webkit-transform: rotate(359deg); }
}
Expand Down

0 comments on commit 0a3d4e5

Please sign in to comment.