mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +01:00
fix(ckeditor): fix ckeditor styles
This commit is contained in:
parent
7c44a0b3fb
commit
3a9ecd2f64
2 changed files with 2 additions and 4 deletions
|
|
@ -14,7 +14,6 @@ export class Ckeditor {
|
||||||
public config = {
|
public config = {
|
||||||
uiColor: '#F0F3F4',
|
uiColor: '#F0F3F4',
|
||||||
height: '600',
|
height: '600',
|
||||||
extraPlugins: 'divarea',
|
|
||||||
};
|
};
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
@import '../../../../theme/sass/conf/conf';
|
@import '../../../../theme/sass/conf/conf';
|
||||||
|
|
||||||
.cke_wysiwyg_div {
|
.cke_source {
|
||||||
padding: 20px !important;
|
color: $dropdown-text!important;
|
||||||
color: $ckeditor-text !important;
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue