Heisenberg submitted a new resource:
You must be registered for see links
- Styling the WYSIWYG / TinyMCE editorThis resource is not affiliated with XenForo Ltd.
A lot of people have commented on the appearance of the WYSIWYG / Tiny MCE editor.
Well here's a very simple edit which makes it blend in a bit better to the default style, matching the border radius settings of other elements.
Even the menu items get the radius.
Simply add this to EXTRA.css:
Code:/* Apply rounded corners to text editor */ .xenForoSkin table.mceLayout { border-radius: 4px; } .xenForoSkin table, .xenForoSkin...
You must be registered for see links
