Theme and plugin editor textarea direction in RTL, props SergeyBiryukov, fixes #18021
git-svn-id: https://develop.svn.wordpress.org/trunk@19087 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ee4f3ae87c
commit
c5cf25a60b
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