Styling
Comment Edit Lite has flexible markup for styling.
Last updated
Comment Edit Lite has flexible markup for styling.
Last updated
The plugin doesn’t come with any styles. We leave it up to you to style the interface. It doesn’t look horribly ugly on most themes, but we leave the advanced customization up to you.
The overall editing interface has been wrapped in a div
with class sce-edit-comment
.
The edit button and timer have been wrapped in a div
with class sce-edit-button
.
The loading icon has been wrapped in a div
with class sce-loading
.
The textarea interface has been wrapped in a div
with class sce-textarea
.
The actual textarea
has been wrapped in a div
with class sce-comment-textarea
. The save/cancel buttons have been wrapped in a div
with class sce-comment-edit-buttons
.
Since most of the interface is hidden, it’s a little hard to style. Just place this into your stylesheet, and remove when you’re done.