Index: trunk/extensions/VisualEditor/modules/sandbox/sandbox.css |
— | — | @@ -8,6 +8,11 @@ |
9 | 9 | background-image: url(../es/images/fade-up.png); |
10 | 10 | background-position: bottom left; |
11 | 11 | background-repeat: repeat-x; |
| 12 | + -webkit-user-select: none; |
| 13 | + -moz-user-select: none; |
| 14 | + -ms-user-select: none; |
| 15 | + -o-user-select; |
| 16 | + user-select: none; |
12 | 17 | } |
13 | 18 | #es-toolbar.float { |
14 | 19 | top: 0; |
Index: trunk/extensions/VisualEditor/modules/es/styles/es.SurfaceView.css |
— | — | @@ -3,6 +3,11 @@ |
4 | 4 | font-size: 1em; /* to look more like MediaWiki use: 0.8em */; |
5 | 5 | margin-left: -1em; |
6 | 6 | margin-right: -1em; |
| 7 | + -webkit-user-select: none; |
| 8 | + -moz-user-select: none; |
| 9 | + -ms-user-select: none; |
| 10 | + -o-user-select; |
| 11 | + user-select: none; |
7 | 12 | } |
8 | 13 | |
9 | 14 | .es-surfaceView-textarea { |
Index: trunk/extensions/VisualEditor/demo/index.html |
— | — | @@ -18,7 +18,6 @@ |
19 | 19 | margin: 1em 0; |
20 | 20 | padding: 0; |
21 | 21 | overflow-y: scroll; |
22 | | - -webkit-user-select: none; |
23 | 22 | background-color: white; |
24 | 23 | } |
25 | 24 | #es-base { |