This question is locked. New answers and comments are not allowed.
Hi,
is it possible to change appearance of buttons in modal dialogs opened from editor? For example when inserting image or hyperlink - insert looks like button, close like link. We have requirement for both buttons to have the same appearance.
I tried to override CSS using
.StyleSheets(x => x.Add("~/Content/telerikEditor.css")))
But it looks, this css is ignored for buttons (yet works for content of editor).
Thank you,
Jozef
