Advertisement
t7yang

Make Text Selection Enable

Jan 29th, 2015
976
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.23 KB | None | 0 0
  1. @charset "UTF-8";
  2. @namespace url(http://www.w3.org/1999/xhtml);
  3.  
  4. * {
  5.   -webkit-touch-callout: text;
  6.   -webkit-user-select: text;
  7.   -khtml-user-select: text;
  8.   -moz-user-select: text;
  9.   -ms-user-select: text;
  10.   user-select: text;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement