Make WordPress Core

Ticket #44643: 44643.color-picker.css.diff

File 44643.color-picker.css.diff, 1.3 KB (added by ianbelanger, 6 years ago)

This patch covers the /wp-admin/css/color-picker.css file

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

     
    2020        border-left: 1px solid #ccc;
    2121        color: #555;
    2222        display: block;
    23         line-height: 22px;
     23        line-height: 2;
    2424        padding: 0 6px;
    2525        text-align: center;
    2626}
     
    8787        width: 65px;
    8888        font-size: 12px;
    8989        font-family: monospace;
    90         line-height: 16px;
     90        line-height: 1.4;
    9191        margin: 0;
    9292        vertical-align: top;
    9393}
     
    130130                width: 80px;
    131131                padding: 6px 5px 5px;
    132132                font-size: 16px;
    133                 line-height: 18px;
     133                line-height: 1.15;
    134134        }
    135135
    136136        .wp-customizer .wp-picker-container input[type="text"].wp-color-picker {
     
    141141                height: auto;
    142142                padding: 0 0 0 40px;
    143143                font-size: 14px;
    144                 line-height: 29px;
     144                line-height: 2.1;
    145145        }
    146146
    147147        .wp-customizer .wp-picker-container .wp-color-result.button {
    148148                font-size: 13px;
    149                 line-height: 26px;
     149                line-height: 2;
    150150        }
    151151
    152152        .wp-picker-container .wp-color-result-text {
     
    163163@media screen and (max-width: 640px) {
    164164        .wp-customizer .wp-picker-container .wp-color-result.button {
    165165                font-size: 14px;
    166                 line-height: 29px;
     166                line-height: 2.1;
    167167        }
    168168
    169169        .wp-customizer .wp-picker-container input[type="text"].wp-color-picker {