Files
talk/plugins/talk-plugin-rich-text/client/components/Editor.css
T
2018-03-21 18:41:27 +01:00

19 lines
330 B
CSS

.contentEditable {
composes: content from "./CommentContent.css";
background: #fff;
border: solid 1px #bbb;
min-height: 120px;
box-sizing: border-box;
outline: 0;
overflow-y: auto;
width: 100%;
padding: 10px;
font-style: unset;
}
.placeholder {
position: absolute;
margin: 12px 0 0 12px;
color: #bbb;
}