szurubooru/public_html/media/css/comment-edit.css

13 lines
213 B
CSS
Raw Normal View History

.preview {
border: 1px solid yellow;
background: url('../img/preview.png') lemonchiffon;
padding: 0.5em;
display: none;
}
form.edit-comment textarea,
form.add-comment textarea {
width: 50em;
height: 8em;
}