xF1 Styling the WYSIWYG / TinyMCE editor

  • Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Radio

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,503
    7,742
    321
    localhost
    Heisenberg submitted a new resource:

    - Styling the WYSIWYG / TinyMCE editor

    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, .xenForoSkin...

     
    Thread starter Similar threads Forum Replies Date
    ven0m xF1 Apply CSS styling to sticky / pinned threads Tips & Guides 0
    Similar threads