Proposals

This commit is contained in:
Hillel Coren 2018-02-07 12:38:59 +02:00
parent 8f2ef38cc1
commit 6b80bb8536
2 changed files with 4 additions and 2 deletions

View File

@ -88,8 +88,9 @@
var html = mergeTemplate(template.html);
window.grapesjsEditor.setComponents(html);
window.grapesjsEditor.setStyle(template.css);
// grapesjsEditor.CssComposer.getAll().reset();
grapesjsEditor.setComponents(html);
grapesjsEditor.setStyle(template.css);
}
function mergeTemplate(html) {

View File

@ -5,6 +5,7 @@
.gjs-four-color {
color: white !important;
}
.gjs-rte-actionbar,
.gjs-block-label,
.gjs-block-categories {
font-size: 12px !important;