UNPKG

generator-steroids

Version:
13 lines (10 loc) 358 B
* { -webkit-user-select: none; /* Disable selection/copy of elements when tapping for a long time */ -webkit-touch-callout: none; /* Disable touch callouts */ } input, textarea, [contenteditable] * { -webkit-user-select: auto; /* Allow selection for input elements and those with contenteditable attribute */ } .content-padded { padding: 10px; }