Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 301: Line 301:
}
}


body {
/* Disable text selection in article content */
   -webkit-user-select: none; /* Safari */
body, #mw-content-text, .mw-parser-output {
   -webkit-user-select: none; /* Safari/Chrome */
   -moz-user-select: none;    /* Firefox */
   -moz-user-select: none;    /* Firefox */
   -ms-user-select: none;    /* IE/Edge */
   -ms-user-select: none;    /* IE/Edge */
   user-select: none;        /* Standard */
   user-select: none;        /* Standard */
}
}