Make WordPress Core

Changeset 20938


Ignore:
Timestamp:
05/26/2012 07:02:09 PM (13 years ago)
Author:
koopersmith
Message:

Theme Customizer: Color picker RTL fixes. props ocean90, see #20448.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/css/customize-controls-rtl.dev.css

    r20932 r20938  
    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;
Note: See TracChangeset for help on using the changeset viewer.