Hi team! I am currently using the component for the RichEditor however it looks almost impossible to change the CSS in order to match the styles of the app.
Is there any way I can alter the styles for get the CSS to reach consistency in the styles of the application?
In this case, I cannot change the background color of whole toolbar for .dark-mode
Hi! Thanks for answer.
Unfortunately I cannot send the full code because it is full SCSS lib that already manage the .dark-mode however in my angular styles.scss I am trying to change manage this change, but I cannot find any docs that let me reach this goal. I do not know what are correspondence classes in order to change background color of the header, color of the buttons when hover and so on.
This works fine for the textarea however for the header no clue.
.e-toolbar .e-toolbar-item .e-tbar-btn { background: gray; } .e-toolbar .e-toolbar-items { background: grey; } .e-toolbar.e-extended-toolbar .e-toolbar-pop { background: gray; } .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn { background: gray; } .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay { background: gray; } .e-toolbar { background: gray; } .e-richtexteditor .e-rte-content, .e-richtexteditor .e-source-content { background: gray; } .e-toolbar .e-hor-nav, .e-toolbar .e-hor-nav:hover, .e-toolbar .e-hor-nav:active { background: gray; } |