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 tbody, .xenForoSkin a, .xenForoSkin img, .xenForoSkin tr, .xenForoSkin div, .xenForoSkin td, .xenForoSkin iframe, .xenForoSkin span, .xenForoSkin *, .xenForoSkin .mceText { border-radius: 4px; }
No comments:
Post a Comment