backdrop-contrib / tinymce

Integration for the TinyMCE editor in Backdrop CMS
https://backdropcms.org/project/tinymce
GNU General Public License v2.0
2 stars 1 forks source link

Tiny dialog styles vs. Backdrop dialog styles #112

Closed indigoxela closed 2 weeks ago

indigoxela commented 3 weeks ago

We have two completely different dialog types. Those created via TinyMCE API and those provided from Backdrop (jQuery.ui actually, but styled differently).

They'll never look the same, but could be more similar.

The tricky part: Backdrop themes set different styles, Tiny skins set different styles... :zany_face: A theme could override everything to let them look the same, but a module can't do that. But we could prepare it a bit...

indigoxela commented 2 weeks ago

Reopening this, as adding to body isn't ideal - especially the way it's done.

On the other hand, if adding to some closer parent element, the class gets pointless for dialog theming...