mediawiki-extensions-Visual.../contentEditable/styles/es.SurfaceView.css
Alexandre Emsenhuber 8280989bc8 svn:eol-style native
2012-02-04 11:59:37 +00:00

28 lines
430 B
CSS

.es-surfaceView {
overflow: hidden;
font-size: 1em; /* to look more like MediaWiki use: 0.8em */;
}
.es-surfaceView-textarea {
position: absolute;
z-index: -1;
opacity: 0;
color: white;
background-color: white;
border: none;
padding: 0;
margin: 0;
width: 1px;
}
.es-surfaceView-textarea:focus {
outline: none;
}
.es-surfaceView-cursor {
position: absolute;
background-color: black;
width: 1px;
display: none;
}