Index: trunk/extensions/VisualEditor/modules/es/es.Surface.css |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | overflow: hidden; |
4 | 4 | } |
5 | 5 | |
6 | | -.es-surfaceView-input { |
| 6 | +.es-surfaceView-textarea { |
7 | 7 | position: absolute; |
8 | 8 | z-index: -1; |
9 | 9 | opacity: 0; |
— | — | @@ -14,7 +14,7 @@ |
15 | 15 | width: 1px; |
16 | 16 | } |
17 | 17 | |
18 | | -.es-surfaceView-input:focus { |
| 18 | +.es-surfaceView-textarea:focus { |
19 | 19 | outline: none; |
20 | 20 | } |
21 | 21 | |