Skip to content

Commit

Permalink
Added css to block mouse selection
Browse files Browse the repository at this point in the history
  • Loading branch information
amegan committed Mar 2, 2012
1 parent 438fda8 commit a5af8bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jquery.mobile.flip.css
Expand Up @@ -3,6 +3,10 @@
position: relative;
-webkit-perspective: 3000px;
-moz-perspective: 3000px;

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

.flipContent {
Expand Down

0 comments on commit a5af8bd

Please sign in to comment.