Skip to content

Instantly share code, notes, and snippets.

@JayCarney
Created January 22, 2017 23:36
Show Gist options
  • Save JayCarney/dfeb766bd8771605885c64e47823ea09 to your computer and use it in GitHub Desktop.
Save JayCarney/dfeb766bd8771605885c64e47823ea09 to your computer and use it in GitHub Desktop.
#redactor_modal_overlay, #redactor_modal, .redactor_dropdown {
z-index: 9999 !important;
}
.redactor_editor.redactor_editor_wym h1, .redactor_editor.redactor_editor_wym h2, .redactor_editor.redactor_editor_wym h3, .redactor_editor.redactor_editor_wym h4, .redactor_editor.redactor_editor_wym h5, .redactor_editor.redactor_editor_wym p, .redactor_editor.redactor_editor_wym blockquote, .redactor_editor.redactor_editor_wym pre {
position: relative;
}
.redactor_editor.redactor_editor_wym h1:before, .redactor_editor.redactor_editor_wym h2:before, .redactor_editor.redactor_editor_wym h3:before, .redactor_editor.redactor_editor_wym h4:before, .redactor_editor.redactor_editor_wym h5:before, .redactor_editor.redactor_editor_wym p:before, .redactor_editor.redactor_editor_wym blockquote:before, .redactor_editor.redactor_editor_wym pre:before {
position: absolute;
top: 1px;
left: 3px;
font-size: 11px;
color: #b3b3b3;
line-height: 11px;
font-weight: 400;
font-style: italic;
}
.redactor_editor.redactor_editor_wym h1:before {
content: 'Header 1';
}
.redactor_editor.redactor_editor_wym h2:before {
content: 'Header 2';
}
.redactor_editor.redactor_editor_wym h3:before {
content: 'Header 3';
}
.redactor_editor.redactor_editor_wym h4:before {
content: 'Header 4';
}
.redactor_editor.redactor_editor_wym h5:before {
content: 'Header 5';
}
.redactor_editor.redactor_editor_wym p:before {
content: 'Normal text';
}
.redactor_editor.redactor_editor_wym blockquote:before {
content: 'Quote';
}
.redactor_editor.redactor_editor_wym pre:before {
content: 'Code';
}
/*# sourceMappingURL=redactor_fix.css.map */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment