I am trying to adjust the position of a button background image in CKEditor.
Image of CKEditor hard-code buttons with background-position: 0px 0pt . I do not want to change this, as it seems to be in the core of the editor.
I can, however, set a custom class for the button and style that are listed in the stylesheet. But since the background-position operator is created in the style attribute, I cannot overwrite it from the class without even using !important .
Is it possible to override the CSS property in the style= attribute in the CSS class?
I do not think so. Does anyone know workarounds?
html css
Pekka 웃
source share