Make WordPress Core

Ticket #20448: 20448.rtl.patch

File 20448.rtl.patch, 625 bytes (added by ocean90, 13 years ago)
  • wp-includes/css/customize-controls-rtl.dev.css

     
    6262        margin-left: 5px;
    6363}
    6464
    65 .customize-section .color-picker-hex {
    66         float: right;
    67 }
    68 
    69 .customize-section .color-picker-hex span {
    70         float: right;
    71         margin: 1px 0 0 -2px;
    72         padding: 3px 8px 3px 0;
    73         text-align: left;
    74 }
    75 
     65.customize-section input[type="text"].color-picker-hex,
    7666.customize-control-color .farbtastic-placeholder {
    7767        float: right;
    7868}