jodit / jodit-angular

Angular wrapper for Jodit && Hey. Due to the fact that I do not use Angular in my projects, I cannot fix plugin errors in a timely manner. If you want the plugin to develop, send PR or better become a contributor
MIT License
48 stars 35 forks source link

Cannot change background-color of jodit-editor #85

Open janniemeyer opened 3 years ago

janniemeyer commented 3 years ago

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.

janniemeyer commented 3 years ago

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.

MrElectroNick commented 1 year ago

Hi @janniemeyer. Thanks for your feedback. We'll try to extend documentation to make it more cear