Fix text direction for color picker in Customizer in RTL. props yoavf, mark-k. fixes #23740.

git-svn-id: http://core.svn.wordpress.org/trunk@23777 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2013-03-22 16:07:01 +00:00
parent b2f0b89062
commit 6c392af24b
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@
margin-left: 5px;
}
.customize-section input[type="text"].color-picker-hex {
float: right;
.accordion-section input[type="text"].color-picker-hex {
direction: ltr;
}
/*