yogiwhere/public/schoolarea/assets/scss/_form-editor.scss

14 lines
324 B
SCSS

/* ==============
Form Editor
===================*/
.mce-panel {
border-color: darken($light,5%) !important;
background-color: $light !important;
}
.mce-menu-item:hover, .mce-menu-item.mce-selected, .mce-menu-item:focus {
background-color: $primary !important;
}
.mce-menu {
background-color: $white !important;
}