Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / resources / themes / stylesheets / ext4 / default / _mixins.scss
index 1a95264..65f15db 100644 (file)
@@ -2,11 +2,14 @@
 @import 'mixins/theme-background-image';
 @import 'mixins/inner-border';
 @import 'mixins/frame';
+@import 'mixins/reset-extras';
 
 @mixin no-select {
-    -moz-user-select:none;
-    -khtml-user-select:none;
-    -webkit-user-select:ignore;
+    user-select: none;
+    -o-user-select: none;
+    -ms-user-select: none;
+    -moz-user-select: -moz-none;
+    -webkit-user-select: none;
     
     cursor:default;
 }