Customizer: Reverse arrows in RTL. See #27406.

props yoavf.
fixes #28669.

git-svn-id: https://develop.svn.wordpress.org/trunk@28931 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2014-06-30 19:59:51 +00:00
parent 6f51a5f972
commit 5aeaa14d9a

View File

@ -147,6 +147,10 @@ body {
content: "\f139";
}
.rtl .control-section.control-panel > .accordion-section-title:after {
content: "\f141";
}
.accordion-sub-container.control-panel-content {
display: none;
position: absolute;
@ -201,6 +205,10 @@ body {
left: 9px;
}
.rtl .control-panel-back:before {
content: "\f344";
}
.current-panel .control-panel-back {
left: 0;
}