Make WordPress Core

Ticket #39096: 39096.2.patch

File 39096.2.patch, 707 bytes (added by stormrockwell, 8 years ago)

same as previous patch but better styling for the clear button

  • src/wp-admin/css/color-picker.css

     
    9999}
    100100
    101101.wp-picker-container input[type="text"].wp-color-picker {
    102         width: 65px;
     102        width: 72px;
     103        padding: 3px 5px;
    103104        font-size: 12px;
    104105        font-family: monospace;
    105106        line-height: 16px;
     
    106107        margin: 0;
    107108}
    108109
     110.wp-picker-container input[type="button"].wp-picker-clear {
     111    padding: 0 8px 1px;
     112    margin-left: 6px;
     113    height: 24px;
     114    line-height: 22px;
     115    font-size: 11px;
     116}
     117
    109118.wp-color-picker::-webkit-input-placeholder {
    110119        color: #72777c;
    111120}