Make WordPress Core

Ticket #27400: 27400.3.diff

File 27400.3.diff, 1.8 KB (added by melchoyce, 11 years ago)
  • wp-admin/css/customize-widgets.css

     
    166166.widget-reorder-nav span:before {
    167167        display: inline-block;
    168168        position: absolute;
    169         top: 0;
     169        top: 12px;
    170170        right: 0;
    171171        width: 100%;
    172172        height: 100%;
    173         font: normal normal 20px/43px 'Genericons';
     173        font: normal 20px/1 'dashicons';
     174        -webkit-font-smoothing: antialiased;
     175        -moz-osx-font-smoothing: grayscale;     
    174176        text-align: center;
    175177        text-indent: 0;
    176178}
     
    182184}
    183185
    184186.move-widget:before {
    185         content: '\f442';
     187        content: '\f504';
    186188}
    187189
    188190.move-widget-down:before {
    189         content: '\f431';
     191        content: '\f347';
    190192}
    191193
    192194.move-widget-up:before {
    193         content: '\f432';
     195        content: '\f343';
    194196}
    195197
    196198#customize-theme-controls .first-widget .move-widget-up,
     
    238240
    239241#customize-theme-controls .widget-area-select li:before {
    240242        display: none;
    241         content: '\f418';
     243        content: '\f147';
    242244        position: absolute;
    243245        top: 10px;
    244246        left: 10px;
    245         font-family: 'Genericons';
    246         font-size: 24px;
    247         line-height: 1;
     247        font: normal 20px/1 'dashicons';
     248        -webkit-font-smoothing: antialiased;
     249        -moz-osx-font-smoothing: grayscale;     
    248250}
    249251
    250252#customize-theme-controls .widget-area-select li:last-child {
     
    310312        position: relative;
    311313        left: -2px;
    312314        top: -1px;
    313         font: normal 16px/1 'dashicons';
     315        font: normal 20px/1 'dashicons';
    314316        vertical-align: middle;
    315317        -webkit-transition: all 0.2s;
    316318        transition: all 0.2s;
    317319        -webkit-font-smoothing: antialiased;
     320        -moz-osx-font-smoothing: grayscale;
    318321}
    319322
    320323body.adding-widget .add-new-widget,
     
    445448        -moz-box-sizing: border-box;
    446449        box-sizing: border-box;
    447450        -webkit-font-smoothing: antialiased;
     451        -moz-osx-font-smoothing: grayscale;
    448452}
    449453
    450454/* smiley */