Skip to content
Snippets Groups Projects
Commit 4b12d549 authored by Jared Hancock's avatar Jared Hancock
Browse files

redactor: Upgrade plugins, improve initialize performance

parent 63799e0b
No related branches found
No related tags found
No related merge requests found
......@@ -970,3 +970,20 @@ body .redactor-box-fullscreen {
font-size: 1em;
text-transform: uppercase;
}
.redactor.color-swatch {
float: left;
font-size: 0;
border: 2px solid #fff;
padding: 0;
margin: 0;
width: 22px;
height: 22px;
box-sizing: border-box;
}
.redactor.uncolor {
display: block;
clear: both;
padding: 5px;
font-size: 12px;
line-height: 1;
}
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment