Make WordPress Core

Changeset 22063


Ignore:
Timestamp:
09/27/2012 05:08:32 PM (13 years ago)
Author:
nacin
Message:

Add missing color picker + customizer CSS. props mattwiebe. see #21206.

Location:
trunk/wp-admin/css
Files:
2 edited

Legend:

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

    r22019 r22063  
    6666}
    6767
    68 .customize-section input[type="text"].color-picker-hex,
    69 .customize-control-color .farbtastic-placeholder {
     68.customize-section input[type="text"].color-picker-hex {
    7069    float: right;
    7170}
  • trunk/wp-admin/css/customize-controls.css

    r22019 r22063  
    313313 * Color Picker
    314314 */
    315 .customize-control-color .color-picker-hex,
    316 .customize-control-color .farbtastic-placeholder {
    317     display: none;
    318 }
    319 
    320 .customize-control-color.open .color-picker-hex,
    321 .customize-control-color.open .farbtastic-placeholder {
     315.customize-control-color .color-picker-hex {
     316    display: none;
     317}
     318
     319.customize-control-color.open .color-picker-hex {
    322320    display: block;
    323321}
     
    338336
    339337.customize-section input[type="text"].color-picker-hex {
    340     float: left;
    341     width: 85px;
     338    width: 65px;
    342339    font-family: monospace;
    343340    text-align: center;
     
    350347.customize-section input[type="text"].color-picker-hex:-moz-placeholder {
    351348    color: #999;
    352 }
    353 
    354 .customize-control-color .farbtastic-placeholder {
    355     width: 100%;
    356     margin: 5px 0 10px;
    357     float: left;
    358 }
    359 
    360 .customize-control-color .farbtastic {
    361     margin: 0 auto;
    362349}
    363350
Note: See TracChangeset for help on using the changeset viewer.