From 187cdaf4cd5449afe2091923a537bdf0f1d41bfd Mon Sep 17 00:00:00 2001 From: koopersmith Date: Sat, 26 May 2012 19:02:09 +0000 Subject: [PATCH] Theme Customizer: Color picker RTL fixes. props ocean90, see #20448. git-svn-id: http://core.svn.wordpress.org/trunk@20938 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/css/customize-controls-rtl.dev.css | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/wp-includes/css/customize-controls-rtl.dev.css b/wp-includes/css/customize-controls-rtl.dev.css index 1ff8b2542c..2a354cb9de 100644 --- a/wp-includes/css/customize-controls-rtl.dev.css +++ b/wp-includes/css/customize-controls-rtl.dev.css @@ -62,17 +62,7 @@ margin-left: 5px; } -.customize-section .color-picker-hex { - float: right; -} - -.customize-section .color-picker-hex span { - float: right; - margin: 1px 0 0 -2px; - padding: 3px 8px 3px 0; - text-align: left; -} - +.customize-section input[type="text"].color-picker-hex, .customize-control-color .farbtastic-placeholder { float: right; }