Kunstmaan / BootstrapCK4-Skin

A Bootstrap inspired skin for CKeditor4
MIT License
59 stars 22 forks source link

BootstrapCK4 Skin does not include CSS styles for CKSource's 1st party Notification plugin pop-up #13

Open Howshall opened 8 years ago

Howshall commented 8 years ago

Current ommision in BootstrapCK4 Skin that if you use any plugin or feature that causes display of messages via CKSource's 1st party Notification plugin http://ckeditor.com/addon/notification then the messages will appear as unstyled and often not visible text (until/unless the user drags their cursor over to cause selection highlight) missing bootstrapck4 skin notification plugin css styles

Everything appears visually fine if keeping with default Moono Skin, and the styles associated with that skin would be quite fine to use as is within BootstrapCK4. default moono skin notification plugin css styling error example

At the moment we've worked around this issue by manually adding the extra CSS styles from Moono into our site's custom CSS. But would be good for those few extra styles to be added to Bootstrap Skin default CSS given Notification is a 1st party addon for CKEditor.

See bottom 'Screenshots' carousel on http://ckeditor.com/addon/notification for current Moono default CSS styling of possible Success, Info and Warning nofication pop-ups.