From 5aeaa14d9ab5b8eee8f091c2332f893ab44f4e1b Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Mon, 30 Jun 2014 19:59:51 +0000 Subject: [PATCH] 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 --- src/wp-admin/css/customize-controls.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/wp-admin/css/customize-controls.css b/src/wp-admin/css/customize-controls.css index b0c8156cd0..f92389e0d8 100644 --- a/src/wp-admin/css/customize-controls.css +++ b/src/wp-admin/css/customize-controls.css @@ -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; }