mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
15 lines
290 B
CSS
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;
|
|
}
|