Theme and plugin editor textarea direction in RTL, props SergeyBiryukov, fixes #18021
git-svn-id: http://svn.automattic.com/wordpress/trunk@19087 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
697f2371e6
commit
12b9d51e2e
File diff suppressed because one or more lines are too long
|
@ -2087,6 +2087,10 @@ h3.tb {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#template textarea {
|
||||||
|
direction: ltr;
|
||||||
|
}
|
||||||
|
|
||||||
/* theme-install */
|
/* theme-install */
|
||||||
div.star {
|
div.star {
|
||||||
left:auto;
|
left:auto;
|
||||||
|
|
Loading…
Reference in New Issue