You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to change the background color of the editor. It does not work the way it is shown on jodit playground for jodit-angular. Besides using :root i have tried to use :host ::ng-deep and also tried to set properties of jodit-container from global styles.css file. I had no success so far but i will keep trying and post my solution here if i find one.
The text was updated successfully, but these errors were encountered:
I can change the background color of the editor by passing the styls: { background: '#fefefe'. } option in [config}.
Probably all my needs can be solved this way, however due to lack of documentation I don't know which other css properties can be set this way.
I am trying to change the background color of the editor. It does not work the way it is shown on jodit playground for jodit-angular. Besides using :root i have tried to use :host ::ng-deep and also tried to set properties of jodit-container from global styles.css file. I had no success so far but i will keep trying and post my solution here if i find one.
The text was updated successfully, but these errors were encountered: