Index: trunk/parsers/wikidom/lib/es/es.Surface.css |
— | — | @@ -21,6 +21,7 @@ |
22 | 22 | cursor: text; |
23 | 23 | margin-top: 1em; |
24 | 24 | overflow: hidden; |
| 25 | + -webkit-user-select: none; |
25 | 26 | } |
26 | 27 | |
27 | 28 | .editSurface-block { |
— | — | @@ -51,15 +52,13 @@ |
52 | 53 | } |
53 | 54 | |
54 | 55 | .editSurface-whitespace { |
55 | | - display: inline-block; |
56 | | - color: #cccccc; |
57 | | - padding: 0 0.25em; |
| 56 | + color: #ffffff; |
58 | 57 | } |
59 | 58 | |
60 | 59 | .editSurface-range { |
61 | 60 | display: none; |
62 | 61 | position: absolute; |
63 | | - background-color: #ccffdd; |
| 62 | + background-color: #bbffcc; |
64 | 63 | cursor: text; |
65 | 64 | z-index: -1; |
66 | 65 | } |
Index: trunk/parsers/wikidom/demos/es/index.html |
— | — | @@ -12,6 +12,7 @@ |
13 | 13 | margin: 0; |
14 | 14 | padding: 0; |
15 | 15 | overflow-y: scroll; |
| 16 | + -webkit-user-select: none; |
16 | 17 | } |
17 | 18 | #es-toolbar, |
18 | 19 | #es-editor { |