Nodding slowly toward cross compatibility
authorKris Kowal <kris.kowal@cixar.com>
Sun, 2 Sep 2012 20:58:49 +0000 (13:58 -0700)
committerKris Kowal <kris.kowal@cixar.com>
Sun, 2 Sep 2012 21:02:34 +0000 (14:02 -0700)
editor.css

index 3bee1ec..d5ece6d 100644 (file)
@@ -79,6 +79,10 @@ a:focus {
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dae7f2', endColorstr='#646c70',GradientType=0 ); /* IE6-9 */
 
     -webkit-user-select: none;
+    -moz-user-select: none;
+    -o-user-select: none;
+    -ms-user-select: none;
+    user-select: non;
 }
 
 #input {