MediaWiki:Gadget-GrAnnotations.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 769: | Line 769: | ||
} | } | ||
// | /* Force disable selection on everything inside the body content */ | ||
.mw-body-content { | .mw-body-content, | ||
-webkit-touch-callout: none !important; | .mw-body-content * { | ||
-webkit-user-select: none; | -webkit-touch-callout: none !important; | ||
-moz-user-select: none; | -webkit-user-select: none !important; | ||
-ms-user-select: none; | -khtml-user-select: none !important; | ||
user-select: none; | -moz-user-select: none !important; | ||
-ms-user-select: none !important; | |||
user-select: none !important; | |||
} | } | ||