Forums

WordPress.com Custom CSS
RTL support (1 post)

  1. Koff
    Member
    Posted 5 months ago #

    In the admin panel in a RTL case it could be a good practice toforce the css text box to be directed LTR.

    adding the direction property in safecss.php:595
    solves the problem.

    .wrap textarea#safecss {
    	width: 100%;
    	height: 100%;
    	direction: ltr;
    
    }

    Could this be integrated?

    http://wordpress.org/extend/plugins/safecss/

Reply

You must log in to post.

About this Plugin

About this Topic

Tags