mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 20:59:55 +09:00
Add 'textarea' editor skin for simple replacement
This commit is contained in:
parent
e91c2114ab
commit
9f652e422f
4 changed files with 76 additions and 0 deletions
19
modules/editor/skins/textarea/css/textarea.css
Normal file
19
modules/editor/skins/textarea/css/textarea.css
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
|
||||
.rx_editor_wrapper {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue