rhymix/modules/editor/skins/textarea/css/textarea.css
conory da0ad3bd39 에디터 모듈에 HTML 허용 설정 추가
회원 모듈에도 no html 서명을 위한 옵션 추가
2017-07-13 00:46:28 +09:00

15 lines
290 B
CSS

.rx_editor_wrapper .rx_editor_textarea {
width: 100%;
min-height: 64px;
box-sizing: border-box;
border: 1px solid #b1b1b1;
background: #fff;
padding: 8px 10px;
resize: vertical;
}
.rx_editor_wrapper .rx_editor_textarea.dark {
border-color: #111;
background: #333;
color: #fff;
}