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

git-svn-id: https://develop.svn.wordpress.org/trunk@23777 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2013-03-22 16:07:01 +00:00
parent 072ec2bca9
commit 7a1610bf7c
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;
}
/*