ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 26,860
- Points
- 823
Reputation:
LQD submitted a new resource:
Styling the WYSIWYG / TinyMCE Editor - Sometimes what you see isn't always what you get.
Read more about this resource...
Styling the WYSIWYG / TinyMCE Editor - Sometimes what you see isn't always what you get.
This 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...
Read more about this resource...