cYbercOsmOnauT / wysiwygsceditorphpbb

8 stars 11 forks source link

HTML table with visible borders in editor #13

Closed stephanedaviet closed 8 years ago

stephanedaviet commented 8 years ago

Is it possible to get visible borders in the editor when creating an HTML table? In the current state, it's quite difficult to create a table because cells are barely visible.

cYbercOsmOnauT commented 8 years ago

This is a CSS Problem. Editing jquery.sceditor.default.min.css should help you ;)

stephanedaviet commented 8 years ago

Perfect, thanks.

stephanedaviet commented 8 years ago

I think it's definitely a bug, a CSS one, but a bug :-). I have fixed it by editing the editarea.css in https://github.com/cYbercOsmOnauT/wysiwygsceditorphpbb/pull/15.