MediaWiki:Gadget-GrAnnotations.css: Difference between revisions

No edit summary
No edit summary
Line 776: Line 776:
     -ms-user-select: none;                /* Disables selection IE/Edge */
     -ms-user-select: none;                /* Disables selection IE/Edge */
     user-select: none;                    /* Standard property */
     user-select: none;                    /* Standard property */
}
/* In your gadget CSS */
#mw-content-text {
  -webkit-touch-callout: none;  /* iOS Safari: disables callout on long press */
}
#mw-content-text * {
  -webkit-user-select: text;
  user-select: text;
}
}