Make WordPress Core

Ticket #33786: 33786.2.diff

File 33786.2.diff, 31.8 KB (added by netweb, 9 years ago)
  • src/wp-admin/css/admin-menu.css

     
    5252}
    5353
    5454.icon16.icon-dashboard:before {
    55         content: '\f226';
     55        content: "\f226";
    5656}
    5757
    5858.icon16.icon-post:before {
    59         content: '\f109';
     59        content: "\f109";
    6060}
    6161
    6262.icon16.icon-media:before {
    63         content: '\f104';
     63        content: "\f104";
    6464}
    6565
    6666.icon16.icon-links:before {
    67         content: '\f103';
     67        content: "\f103";
    6868}
    6969
    7070.icon16.icon-page:before {
    71         content: '\f105';
     71        content: "\f105";
    7272}
    7373
    7474.icon16.icon-comments:before {
    75         content: '\f101';
     75        content: "\f101";
    7676        margin-top: 1px;
    7777}
    7878
    7979.icon16.icon-appearance:before {
    80         content: '\f100';
     80        content: "\f100";
    8181}
    8282
    8383.icon16.icon-plugins:before {
    84         content: '\f106';
     84        content: "\f106";
    8585}
    8686
    8787.icon16.icon-users:before {
    88         content: '\f110';
     88        content: "\f110";
    8989}
    9090
    9191.icon16.icon-tools:before {
    92         content: '\f107';
     92        content: "\f107";
    9393}
    9494
    9595.icon16.icon-settings:before {
    96         content: '\f108';
     96        content: "\f108";
    9797}
    9898
    9999.icon16.icon-site:before {
    100         content: '\f112'
     100        content: "\f112";
    101101}
    102102
    103103.icon16.icon-generic:before {
    104         content: '\f111';
     104        content: "\f111";
    105105}
    106106
    107107/* hide background-image for icons above */
     
    586586}
    587587
    588588#collapse-button div:after {
    589         content: '\f148';
     589        content: "\f148";
    590590        display: block;
    591591        line-height: 15px;
    592592        left: -3px;
     
    901901        }
    902902
    903903        #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
    904                 content: '\f228';
     904                content: "\f228";
    905905                display: inline-block;
    906906                float: left;
    907907                font: normal 40px/45px dashicons;
  • src/wp-admin/css/common.css

     
    295295blockquote:after,
    296296q:before,
    297297q:after {
    298         content: '';
     298        content: "";
    299299        content: none;
    300300}
    301301
     
    754754.notice-dismiss:before {
    755755        background: none;
    756756        color: #b4b9be;
    757         content: '\f153';
     757        content: "\f153";
    758758        display: block;
    759759        font: normal 16px/20px dashicons;
    760760        speak: none;
     
    14921492
    14931493#screen-meta-links .show-settings:after {
    14941494        right: 0;
    1495         content: '\f140';
     1495        content: "\f140";
    14961496        font: normal 20px/1 dashicons;
    14971497        speak: none;
    14981498        display: inline-block;
     
    15071507}
    15081508
    15091509#screen-meta-links .screen-meta-active:after {
    1510         content: '\f142';
     1510        content: "\f142";
    15111511}
    15121512
    15131513/* end screen options and help tabs */
     
    21632163}
    21642164
    21652165.star-rating .star-full:before {
    2166         content:'\f155';
     2166        content: "\f155";
    21672167}
    21682168
    21692169.star-rating .star-half:before {
    2170         content:'\f459';
     2170        content: "\f459";
    21712171}
    21722172
    21732173.rtl .star-rating .star-half {
     
    21772177}
    21782178
    21792179.star-rating .star-empty:before {
    2180         content:'\f154';
     2180        content: "\f154";
    21812181}
    21822182
    21832183div.action-links {
     
    27502750/* Show the arrow only on hover */
    27512751.js .sidebar-name .sidebar-name-arrow:before,
    27522752.js .meta-box-sortables .postbox .handlediv:before {
    2753         content: '\f142';
     2753        content: "\f142";
    27542754}
    27552755
    27562756.js .widgets-holder-wrap.closed .sidebar-name-arrow:before,
    27572757.js .meta-box-sortables .postbox.closed .handlediv:before {
    2758         content: '\f140';
     2758        content: "\f140";
    27592759}
    27602760
    27612761.error a {
     
    28642864.control-section .accordion-section-title:after,
    28652865.accordion-section-title:after {
    28662866        right: 0;
    2867         content: '\f140';
     2867        content: "\f140";
    28682868        border: none;
    28692869        background: none;
    28702870        font: normal 20px/1 dashicons;
     
    29192919#customize-info.open .accordion-section-title:after,
    29202920.nav-menus-php .menu-item-edit-active .item-edit:before,
    29212921.widget.open .widget-top a.widget-action:after {
    2922         content: '\f142';
     2922        content: "\f142";
    29232923}
    29242924
    29252925/*!
  • src/wp-admin/css/customize-nav-menus.css

     
    154154}
    155155
    156156.menus-move-down:before {
    157         content: '\f347';
     157        content: "\f347";
    158158}
    159159
    160160.menus-move-up:before {
    161         content: '\f343';
     161        content: "\f343";
    162162}
    163163
    164164.menus-move-left:before {
    165         content: '\f341';
     165        content: "\f341";
    166166}
    167167
    168168.menus-move-right:before {
    169         content: '\f345';
     169        content: "\f345";
    170170}
    171171
    172172.move-up-disabled .menus-move-up,
     
    233233}
    234234
    235235.wp-customizer .menu-item .item-edit .toggle-indicator:after {
    236         content: '\f140';
     236        content: "\f140";
    237237        font: normal 20px/1 dashicons;
    238238        color: #a0a5aa;
    239239        vertical-align: top;
     
    244244}
    245245
    246246.wp-customizer .menu-item.menu-item-edit-active .item-edit .toggle-indicator:after {
    247         content: '\f142';
     247        content: "\f142";
    248248}
    249249
    250250.wp-customizer .menu-item-settings p.description {
     
    628628}
    629629
    630630#available-menu-items .accordion-section-title .toggle-indicator:after {
    631         content: '\f140';
     631        content: "\f140";
    632632        font: normal 20px/1 dashicons;
    633633        color: #a0a5aa;
    634634        vertical-align: top;
     
    643643}
    644644
    645645#available-menu-items .open .accordion-section-title .toggle-indicator:after {
    646         content: '\f142';
     646        content: "\f142";
    647647}
    648648
    649649#available-menu-items .accordion-section-content {
  • src/wp-admin/css/customize-widgets.css

     
    196196}
    197197
    198198.move-widget:before {
    199         content: '\f504';
     199        content: "\f504";
    200200}
    201201
    202202.move-widget-down:before {
    203         content: '\f347';
     203        content: "\f347";
    204204}
    205205
    206206.move-widget-up:before {
    207         content: '\f343';
     207        content: "\f343";
    208208}
    209209
    210210#customize-theme-controls .first-widget .move-widget-up,
     
    252252
    253253#customize-theme-controls .widget-area-select li:before {
    254254        display: none;
    255         content: '\f147';
     255        content: "\f147";
    256256        position: absolute;
    257257        top: 12px;
    258258        left: 10px;
  • src/wp-admin/css/dashboard.css

     
    223223
    224224.welcome-panel .welcome-write-blog:before,
    225225.welcome-panel .welcome-edit-page:before {
    226         content:'\f119';
     226        content: "\f119";
    227227        top: -3px;
    228228}
    229229
    230230.welcome-panel .welcome-add-page:before {
    231         content:'\f132';
     231        content: "\f132";
    232232}
    233233
    234234.welcome-panel .welcome-view-site:before {
    235         content:'\f115';
     235        content: "\f115";
    236236        top: -2px;
    237237}
    238238
    239239.welcome-panel .welcome-widgets-menus:before {
    240         content:'\f116';
     240        content: "\f116";
    241241        top: -2px;
    242242}
    243243
    244244.welcome-panel .welcome-comments:before {
    245         content:'\f117';
     245        content: "\f117";
    246246        top: -1px;
    247247}
    248248
    249249.welcome-panel .welcome-learn-more:before {
    250         content:'\f118';
     250        content: "\f118";
    251251        top: -1px;
    252252}
    253253
     
    394394/* Dashboard right now - Icons */
    395395#dashboard_right_now li a:before,
    396396#dashboard_right_now li span:before {
    397         content: '\f159';
     397        content: "\f159";
    398398        font: normal 20px/1 dashicons;
    399399        speak: none;
    400400        display: block;
     
    410410
    411411#dashboard_right_now .page-count a:before,
    412412#dashboard_right_now .page-count span:before {
    413         content: '\f105';
     413        content: "\f105";
    414414}
    415415
    416416#dashboard_right_now .post-count a:before,
    417417#dashboard_right_now .post-count span:before {
    418         content: '\f109';
     418        content: "\f109";
    419419}
    420420
    421421#dashboard_right_now .comment-count a:before {
    422         content: '\f101';
     422        content: "\f101";
    423423}
    424424
    425425#dashboard_right_now .comment-mod-count a:before {
    426         content: '\f125';
     426        content: "\f125";
    427427}
    428428
    429429#dashboard_right_now .storage-count a:before {
    430         content: '\f104';
     430        content: "\f104";
    431431}
    432432
    433433#dashboard_right_now .storage-count.warning a:before {
    434         content: '\f153';
     434        content: "\f153";
    435435}
    436436
    437437/* Dashboard Quick Draft */
     
    596596}
    597597
    598598#dashboard_activity .comment-meta span.approve:before {
    599         content: '\f227';
     599        content: "\f227";
    600600        font: 20px/.5 dashicons;
    601601        margin-left: 12px;
    602602        vertical-align: middle;
     
    626626}
    627627
    628628#dashboard_activity .no-activity .smiley:before {
    629         content: '\f328';
     629        content: "\f328";
    630630        font: normal 120px/1 dashicons;
    631631        speak: none;
    632632        display: block;
     
    908908}
    909909
    910910.rss-widget cite:before {
    911         content: '\2014';
     911        content: "\2014";
    912912}
    913913
    914914.dashboard-comment-wrap {
  • src/wp-admin/css/edit.css

     
    483483}
    484484
    485485#post-body #visibility:before {
    486         content: '\f177';
     486        content: "\f177";
    487487}
    488488
    489489.curtime #timestamp:before {
    490         content: '\f145';
     490        content: "\f145";
    491491        top: -1px;
    492492}
    493493
    494494#post-body .misc-pub-revisions:before {
    495         content: '\f321';
     495        content: "\f321";
    496496}
    497497
    498498#timestampdiv {
     
    850850.post-state-format.post-format-standard:before,
    851851.post-format-icon.post-format-standard:before,
    852852a.post-state-format.format-standard:before {
    853         content: '\f109';
     853        content: "\f109";
    854854}
    855855
    856856.post-state-format.post-format-image:before,
    857857.post-format-icon.post-format-image:before,
    858858a.post-state-format.format-image:before {
    859         content: '\f128';
     859        content: "\f128";
    860860}
    861861
    862862.post-state-format.post-format-gallery:before,
    863863.post-format-icon.post-format-gallery:before,
    864864a.post-state-format.format-gallery:before {
    865         content: '\f161';
     865        content: "\f161";
    866866}
    867867
    868868.post-state-format.post-format-audio:before,
    869869.post-format-icon.post-format-audio:before,
    870870a.post-state-format.format-audio:before {
    871         content: '\f127';
     871        content: "\f127";
    872872}
    873873
    874874.post-state-format.post-format-video:before,
    875875.post-format-icon.post-format-video:before,
    876876a.post-state-format.format-video:before {
    877         content: '\f126';
     877        content: "\f126";
    878878}
    879879
    880880.post-state-format.post-format-chat:before,
    881881.post-format-icon.post-format-chat:before,
    882882a.post-state-format.format-chat:before {
    883         content: '\f125';
     883        content: "\f125";
    884884}
    885885
    886886.post-state-format.post-format-status:before,
    887887.post-format-icon.post-format-status:before,
    888888a.post-state-format.format-status:before {
    889         content: '\f130';
     889        content: "\f130";
    890890}
    891891
    892892.post-state-format.post-format-aside:before,
    893893.post-format-icon.post-format-aside:before,
    894894a.post-state-format.format-aside:before {
    895         content: '\f123';
     895        content: "\f123";
    896896}
    897897
    898898.post-state-format.post-format-quote:before,
    899899.post-format-icon.post-format-quote:before,
    900900a.post-state-format.format-quote:before {
    901         content: '\f122';
     901        content: "\f122";
    902902}
    903903
    904904.post-state-format.post-format-link:before,
    905905.post-format-icon.post-format-link:before,
    906906a.post-state-format.format-link:before {
    907         content: '\f103';
     907        content: "\f103";
    908908}
    909909
    910910/*------------------------------------------------------------------------------
  • src/wp-admin/css/forms.css

     
    134134}
    135135
    136136input[type="checkbox"]:checked:before {
    137         content: '\f147';
     137        content: "\f147";
    138138        margin: -3px 0 0 -4px;
    139139        color: #1e8cbe;
    140140}
    141141
    142142input[type="radio"]:checked:before {
    143         content: '\2022';
     143        content: "\2022";
    144144        text-indent: -9999px;
    145145        -webkit-border-radius: 50px;
    146146        border-radius: 50px;
     
    241241}
    242242
    243243.form-table .form-required.form-invalid td:after {
    244         content: '\f534';
     244        content: "\f534";
    245245        font: normal 20px/1 dashicons;
    246246        color: #dc3232;
    247247        margin-left: -25px;
     
    428428}
    429429
    430430#misc-publishing-actions label[for="post_status"]:before {
    431         content: '\f173';
     431        content: "\f173";
    432432        display: inline-block;
    433433        font: normal 20px/1 dashicons;
    434434        speak: none;
     
    786786}
    787787
    788788.pressthis-bookmarklet:after {
    789         content: '';
     789        content: "";
    790790        width: 70%;
    791791        height: 55%;
    792792        z-index: -1;
     
    818818.pressthis-bookmarklet span:before {
    819819        color: #777;
    820820        font: normal 20px/1 dashicons;
    821         content:'\f157';
     821        content: "\f157";
    822822        position: relative;
    823823        display: inline-block;
    824824        top: 4px;
  • src/wp-admin/css/list-tables.css

     
    265265}
    266266
    267267th .comment-grey-bubble:before {
    268         content: '\f101';
     268        content: "\f101";
    269269        font: normal 20px/.5 dashicons;
    270270        speak: none;
    271271        display: inline-block;
     
    442442}
    443443
    444444.sorting-indicator:before {
    445         content: '\f142';
     445        content: "\f142";
    446446        font: normal 20px/1 dashicons;
    447447        speak: none;
    448448        display: inline-block;
     
    467467th.sorted.asc .sorting-indicator:before,
    468468th.desc:hover span.sorting-indicator:before,
    469469th.desc a:focus span.sorting-indicator:before {
    470         content: '\f142';
     470        content: "\f142";
    471471}
    472472
    473473th.sorted.desc .sorting-indicator:before,
    474474th.asc:hover span.sorting-indicator:before,
    475475th.asc a:focus span.sorting-indicator:before {
    476         content: '\f140';
     476        content: "\f140";
    477477}
    478478
    479479.wp-list-table .toggle-row {
     
    520520        display: block;
    521521        padding: 1px 2px 1px 0;
    522522        color: #666;
    523         content: '\f140';
     523        content: "\f140";
    524524        font: normal 20px/1 dashicons;
    525525        line-height: 1;
    526526        -webkit-font-smoothing: antialiased;
     
    529529}
    530530
    531531.wp-list-table .is-expanded .toggle-row:before {
    532         content: '\f142';
     532        content: "\f142";
    533533}
    534534
    535535tr.wp-locked .locked-indicator {
     
    540540
    541541tr.wp-locked .locked-indicator:before {
    542542        color: #82878c;
    543         content: '\f160';
     543        content: "\f160";
    544544        display: inline-block;
    545545        float: left;
    546546        font: normal 20px/1 dashicons;
     
    792792}
    793793
    794794.view-switch .view-list:before {
    795         content: '\f163';
     795        content: "\f163";
    796796}
    797797
    798798.view-switch .view-excerpt:before {
    799         content: '\f164';
     799        content: "\f164";
    800800}
    801801
    802802.view-switch .view-grid:before {
    803         content: '\f509';
     803        content: "\f509";
    804804}
    805805
    806806.filter {
     
    13561356
    13571357.plugin-update-tr .update-message:before,
    13581358.plugin-card .update-now:before {
    1359         content: '\f463';
     1359        content: "\f463";
    13601360}
    13611361
    13621362.plugin-update-tr .update-message:before {
     
    13701370
    13711371.plugin-update-tr .updating-message:before,
    13721372.plugin-card .updating-message:before {
    1373         content: '\f463';
     1373        content: "\f463";
    13741374        -webkit-animation: rotation 2s infinite linear;
    13751375        animation: rotation 2s infinite linear;
    13761376}
     
    14001400.plugin-update-tr .updated-message:before,
    14011401.plugin-card .updated-message:before {
    14021402        color: #79ba49;
    1403         content: '\f147';
     1403        content: "\f147";
    14041404}
    14051405
    14061406.wp-list-table.plugins tbody tr.plugin-update-tr td.plugin-update {
     
    15851585}
    15861586
    15871587.plugin-card .compatibility-incompatible:before {
    1588         content: '\f158';
     1588        content: "\f158";
    15891589}
    15901590
    15911591.plugin-card .compatibility-compatible:before {
    1592         content: '\f147';
     1592        content: "\f147";
    15931593}
    15941594
    15951595.plugin-icon {
     
    20562056
    20572057        /* mimic the checkbox th */
    20582058        .plugins .plugin-update-tr:before {
    2059                 content: '';
     2059                content: "";
    20602060                display: table-cell;
    20612061        }
    20622062
  • src/wp-admin/css/media.css

     
    320320        speak: none;
    321321        -webkit-font-smoothing: antialiased;
    322322        -moz-osx-font-smoothing: grayscale;
    323         content: '\f158';
     323        content: "\f158";
    324324}
    325325
    326326.find-box-buttons {
     
    631631}
    632632
    633633.upload-php .media-modal-close .media-modal-icon:before {
    634         content: '\f335';
     634        content: "\f335";
    635635        font-size: 22px;
    636636}
    637637
     
    698698
    699699.edit-attachment-frame .edit-media-header .left:before,
    700700.rtl .edit-attachment-frame .edit-media-header .right:before {
    701         content: '\f341';
     701        content: "\f341";
    702702}
    703703
    704704.edit-attachment-frame .edit-media-header .right:before,
    705705.rtl .edit-attachment-frame .edit-media-header .left:before {
    706         content: '\f345';
     706        content: "\f345";
    707707}
    708708
    709709.edit-attachment-frame .edit-media-header .left.disabled,
     
    954954}
    955955
    956956.imgedit-crop:before {
    957         content:'\f165';
     957        content: "\f165";
    958958}
    959959
    960960.imgedit-rleft:before {
    961         content:'\f166';
     961        content: "\f166";
    962962}
    963963
    964964.imgedit-rright:before {
    965         content:'\f167';
     965        content: "\f167";
    966966}
    967967
    968968.imgedit-flipv:before {
    969         content:'\f168';
     969        content: "\f168";
    970970}
    971971
    972972.imgedit-fliph:before {
    973         content:'\f169';
     973        content: "\f169";
    974974}
    975975
    976976.imgedit-undo:before {
    977         content:'\f171';
     977        content: "\f171";
    978978}
    979979
    980980.imgedit-redo:before {
    981         content:'\f172';
     981        content: "\f172";
    982982}
    983983
    984984.imgedit-crop-wrap {
  • src/wp-admin/css/press-this.css

     
    421421        height: 0;
    422422        border-style: solid;
    423423        border-color: transparent;
    424         content: '';
     424        content: "";
    425425}
    426426
    427427.split-button-body:before {
     
    899899}
    900900
    901901.tagchecklist .ntdelbutton:before {
    902         content: '\f153';
     902        content: "\f153";
    903903        display: block;
    904904        margin: 2px 0;
    905905        height: 20px;
     
    13641364}
    13651365
    13661366.alert:before {
    1367         content: '';
     1367        content: "";
    13681368        position: absolute;
    13691369        top: 50%;
    13701370        left: 30px;
     
    15961596
    15971597.post-title:before {
    15981598        /* Keeps empty container from collapsing */
    1599         content: '\a0';
     1599        content: "\a0";
    16001600        display: inline-block;
    16011601        width: 0;
    16021602        speak: none;
  • src/wp-admin/css/revisions.css

     
    500500}
    501501
    502502.wp-slider .ui-slider-handle.from-handle:before {
    503         content: '\f139';
     503        content: "\f139";
    504504}
    505505
    506506.wp-slider .ui-slider-handle.to-handle:before {
    507         content: '\f141';
     507        content: "\f141";
    508508}
    509509
    510510.rtl .wp-slider .ui-slider-handle.from-handle:before {
    511         content: '\f141';
     511        content: "\f141";
    512512}
    513513
    514514.rtl .wp-slider .ui-slider-handle.to-handle:before {
    515         content: '\f139';
     515        content: "\f139";
    516516        right: -1px;
    517517}
    518518
  • src/wp-admin/css/themes.css

     
    142142}
    143143
    144144.theme-browser .theme .theme-screenshot:after {
    145         content: '';
     145        content: "";
    146146        display: block;
    147147        padding-top: 66.66666%; /* using a 3/2 aspect ratio */
    148148}
     
    235235
    236236.theme-browser .theme .theme-update:before,
    237237.theme-browser .theme .theme-installed:before {
    238         content: '\f463';
     238        content: "\f463";
    239239        display: inline-block;
    240240        font: normal 20px/1 dashicons;
    241241        margin: 0 6px 0 0;
     
    316316
    317317.theme-browser .theme.add-new-theme a:after {
    318318        display: block;
    319         content: '';
     319        content: "";
    320320        background: transparent;
    321321        background: rgba(0, 0, 0, 0);
    322322        position: absolute;
     
    339339        -webkit-border-radius: 50%;
    340340        border-radius: 50%;
    341341        display: inline-block;
    342         content: '\f132';
     342        content: "\f132";
    343343        -webkit-font-smoothing: antialiased;
    344344        font: normal 74px/115px dashicons;
    345345        width: 100px;
     
    377377        border-color: transparent;
    378378        color: #fff;
    379379        background: #0073aa;
    380         content: '';
     380        content: "";
    381381}
    382382
    383383.theme-browser .theme.add-new-theme .theme-name {
     
    444444        font: normal 22px/50px dashicons !important;
    445445        color: #777;
    446446        display: inline-block;
    447         content: '\f335';
     447        content: "\f335";
    448448        font-weight: 300;
    449449}
    450450
     
    647647}
    648648
    649649.theme-overlay .screenshot:after {
    650         content: '';
     650        content: "";
    651651        display: block;
    652652        padding-top: 75%; /* using a 4/3 aspect ratio */
    653653}
     
    682682}
    683683
    684684.theme-overlay .screenshot.thumb:after {
    685         content: '';
     685        content: "";
    686686        display: block;
    687687        padding-top: 100%; /* using a 1/1 aspect ratio */
    688688}
     
    10791079        background: #0073aa;
    10801080}
    10811081.theme-browser .theme .theme-installed:before {
    1082         content: '\f147';
     1082        content: "\f147";
    10831083}
    10841084.theme-browser .theme.is-installed .theme-actions .button-primary {
    10851085        display: none !important;
     
    13301330}
    13311331
    13321332.wp-full-overlay-sidebar:after {
    1333         content: '';
     1333        content: "";
    13341334        display: block;
    13351335        position: absolute;
    13361336        top: 0;
  • src/wp-admin/css/widgets.css

     
    466466}
    467467
    468468.widgets-chooser li:focus:before {
    469         content: '\f147';
     469        content: "\f147";
    470470        display: block;
    471471        -webkit-font-smoothing: antialiased;
    472472        font: normal 26px/1 dashicons;
     
    487487
    488488.widgets-chooser li.widgets-chooser-selected:before,
    489489.widgets-chooser li.widgets-chooser-selected:focus:before {
    490         content: '\f147';
     490        content: "\f147";
    491491        display: block;
    492492        -webkit-font-smoothing: antialiased;
    493493        font: normal 26px/1 dashicons;
  • src/wp-includes/css/admin-bar.css

     
    314314#wpadminbar .menupop .menupop > .ab-item:before {
    315315        top: 1px;
    316316        right: 4px;
    317         content: '\f139';
     317        content: "\f139";
    318318        color: inherit;
    319319}
    320320
     
    326326#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before {
    327327        top: 5px;
    328328        left: 3px;
    329         content: '\f141';
     329        content: "\f141";
    330330}
    331331
    332332#wpadminbar .quicklinks .menupop ul.ab-sub-secondary {
     
    483483}
    484484
    485485#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before {
    486         content: '\f120';
     486        content: "\f120";
    487487        top: 2px;
    488488}
    489489
     
    504504}
    505505
    506506#wpadminbar .quicklinks li .blavatar:before {
    507         content: '\f120';
     507        content: "\f120";
    508508        height: 16px;
    509509        width: 16px;
    510510        display: inline-block;
     
    517517
    518518#wpadminbar #wp-admin-bar-my-sites > .ab-item:before,
    519519#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
    520         content: '\f112';
     520        content: "\f112";
    521521        top: 2px;
    522522}
    523523
    524524#wpadminbar #wp-admin-bar-customize > .ab-item:before {
    525         content: '\f540';
     525        content: "\f540";
    526526        top: 2px;
    527527}
    528528
    529529
    530530#wpadminbar #wp-admin-bar-edit > .ab-item:before {
    531         content: '\f464';
     531        content: "\f464";
    532532        top: 2px;
    533533}
    534534
     
    550550}
    551551
    552552#wpadminbar #wp-admin-bar-comments .ab-icon:before {
    553         content: '\f101';
     553        content: "\f101";
    554554        top: 3px;
    555555}
    556556
     
    562562 * New Content
    563563 */
    564564#wpadminbar #wp-admin-bar-new-content .ab-icon:before {
    565         content: '\f132';
     565        content: "\f132";
    566566        top: 4px;
    567567}
    568568
     
    570570 * Updates
    571571 */
    572572#wpadminbar #wp-admin-bar-updates .ab-icon:before {
    573         content: '\f463';
     573        content: "\f463";
    574574        top: 2px;
    575575}
    576576
     
    599599        left: 5px;
    600600        z-index: 20;
    601601        font: normal 20px/1 dashicons !important;
    602         content: '\f179';
     602        content: "\f179";
    603603        speak: none;
    604604        -webkit-font-smoothing: antialiased;
    605605        -moz-osx-font-smoothing: grayscale;
     
    653653
    654654/* IE8 doesn't redraw the pseudo elements unless you make a change to the content */
    655655#wpadminbar.ie8 #adminbarsearch.adminbar-focused:before {
    656         content: '\f179 '; /* extra space */
     656        content: "\f179 "; /* extra space */
    657657}
    658658
    659659#wpadminbar.ie8 > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
  • src/wp-includes/css/dashicons.css

     
    474474}
    475475
    476476.dashicons-randomize:before {
    477         content: "\f503"
     477        content: "\f503";
    478478}
    479479
    480480.dashicons-list-view:before {
     
    610610/* Media icons */
    611611
    612612.dashicons-media-archive:before {
    613         content: "\f501"
     613        content: "\f501";
    614614}
    615615
    616616.dashicons-media-audio:before {
    617         content: "\f500"
     617        content: "\f500";
    618618}
    619619
    620620.dashicons-media-code:before {
    621         content: "\f499"
     621        content: "\f499";
    622622}
    623623
    624624.dashicons-media-default:before {
    625         content: "\f498"
     625        content: "\f498";
    626626}
    627627
    628628.dashicons-media-document:before {
    629         content: "\f497"
     629        content: "\f497";
    630630}
    631631
    632632.dashicons-media-interactive:before {
    633         content: "\f496"
     633        content: "\f496";
    634634}
    635635
    636636.dashicons-media-spreadsheet:before {
    637         content: "\f495"
     637        content: "\f495";
    638638}
    639639
    640640.dashicons-media-text:before {
    641         content: "\f491"
     641        content: "\f491";
    642642}
    643643
    644644.dashicons-media-video:before {
    645         content: "\f490"
     645        content: "\f490";
    646646}
    647647
    648648.dashicons-playlist-audio:before {
    649         content: "\f492"
     649        content: "\f492";
    650650}
    651651
    652652.dashicons-playlist-video:before {
    653         content: "\f493"
     653        content: "\f493";
    654654}
    655655
    656656.dashicons-controls-play:before {
    657         content: "\f522"
     657        content: "\f522";
    658658}
    659659
    660660.dashicons-controls-pause:before {
    661         content: "\f523"
     661        content: "\f523";
    662662}
    663663
    664664.dashicons-controls-forward:before {
    665         content: "\f519"
     665        content: "\f519";
    666666}
    667667
    668668.dashicons-controls-skipforward:before {
    669         content: "\f517"
     669        content: "\f517";
    670670}
    671671
    672672.dashicons-controls-back:before {
    673         content: "\f518"
     673        content: "\f518";
    674674}
    675675
    676676.dashicons-controls-skipback:before {
    677         content: "\f516"
     677        content: "\f516";
    678678}
    679679
    680680.dashicons-controls-repeat:before {
    681         content: "\f515"
     681        content: "\f515";
    682682}
    683683
    684684.dashicons-controls-volumeon:before {
    685         content: "\f521"
     685        content: "\f521";
    686686}
    687687
    688688.dashicons-controls-volumeoff:before {
    689         content: "\f520"
     689        content: "\f520";
    690690}
    691691
    692692
     
    709709}
    710710
    711711.dashicons-plus-alt:before {
    712         content: "\f502"
     712        content: "\f502";
    713713}
    714714
    715715.dashicons-plus-alt2:before {
    716         content: "\f543"
     716        content: "\f543";
    717717}
    718718
    719719.dashicons-minus:before {
     
    10121012
    10131013.dashicons-layout:before {
    10141014        content: "\f538";
    1015 }
    1016  No newline at end of file
     1015}
  • src/wp-includes/css/editor.css

     
    261261        height: 0;
    262262        border-style: solid;
    263263        border-color: transparent;
    264         content: '';
     264        content: "";
    265265}
    266266
    267267div.mce-inline-toolbar-grp.mce-arrow-up:before {
     
    824824}
    825825
    826826i.mce-i-bold:before {
    827         content: '\f200';
     827        content: "\f200";
    828828}
    829829
    830830i.mce-i-italic:before {
    831         content: '\f201';
     831        content: "\f201";
    832832}
    833833
    834834i.mce-i-bullist:before {
    835         content: '\f203';
     835        content: "\f203";
    836836}
    837837
    838838i.mce-i-numlist:before {
    839         content: '\f204';
     839        content: "\f204";
    840840}
    841841
    842842i.mce-i-blockquote:before {
    843         content: '\f205';
     843        content: "\f205";
    844844}
    845845
    846846i.mce-i-alignleft:before {
    847         content: '\f206';
     847        content: "\f206";
    848848}
    849849
    850850i.mce-i-aligncenter:before {
    851         content: '\f207';
     851        content: "\f207";
    852852}
    853853
    854854i.mce-i-alignright:before {
    855         content: '\f208';
     855        content: "\f208";
    856856}
    857857
    858858i.mce-i-link:before {
    859         content: '\f103';
     859        content: "\f103";
    860860}
    861861
    862862i.mce-i-unlink:before {
    863         content: '\f225';
     863        content: "\f225";
    864864}
    865865
    866866i.mce-i-wp_more:before {
    867         content: '\f209';
     867        content: "\f209";
    868868}
    869869
    870870i.mce-i-strikethrough:before {
    871         content: '\f224';
     871        content: "\f224";
    872872}
    873873
    874874i.mce-i-spellchecker:before {
    875         content: '\f210';
     875        content: "\f210";
    876876}
    877877
    878878i.mce-i-fullscreen:before,
     
    879879i.mce-i-wp_fullscreen:before,
    880880i.mce-i-dfw:before,
    881881.qt-dfw:before {
    882         content: '\f211';
     882        content: "\f211";
    883883}
    884884
    885885i.mce-i-wp_adv:before {
    886         content: '\f212';
     886        content: "\f212";
    887887}
    888888
    889889i.mce-i-underline:before {
    890         content: '\f213';
     890        content: "\f213";
    891891}
    892892
    893893i.mce-i-alignjustify:before {
    894         content: '\f214';
     894        content: "\f214";
    895895}
    896896
    897897i.mce-i-forecolor:before,
    898898i.mce-i-backcolor:before {
    899         content: '\f215';
     899        content: "\f215";
    900900}
    901901
    902902i.mce-i-pastetext:before {
    903         content: '\f217';
     903        content: "\f217";
    904904}
    905905
    906906i.mce-i-removeformat:before {
    907         content: '\f218';
     907        content: "\f218";
    908908}
    909909
    910910i.mce-i-charmap:before {
    911         content: '\f220';
     911        content: "\f220";
    912912}
    913913
    914914i.mce-i-outdent:before {
    915         content: '\f221';
     915        content: "\f221";
    916916}
    917917
    918918i.mce-i-indent:before {
    919         content: '\f222';
     919        content: "\f222";
    920920}
    921921
    922922i.mce-i-undo:before {
    923         content: '\f171';
     923        content: "\f171";
    924924}
    925925
    926926i.mce-i-redo:before {
    927         content: '\f172';
     927        content: "\f172";
    928928}
    929929
    930930i.mce-i-help:before,
    931931i.mce-i-wp_help:before {
    932         content: '\f223';
     932        content: "\f223";
    933933}
    934934
    935935i.mce-i-wp-media-library:before {
    936         content: '\f104';
     936        content: "\f104";
    937937}
    938938
    939939i.mce-i-ltr:before {
    940         content: '\f320';
     940        content: "\f320";
    941941}
    942942
    943943i.mce-i-wp_page:before {
    944         content: '\f105';
     944        content: "\f105";
    945945}
    946946
    947947i.mce-i-hr:before {
    948         content: '\f460';
     948        content: "\f460";
    949949}
    950950
    951951.mce-close:before {
    952         content: '\f158';
     952        content: "\f158";
    953953}
    954954
    955955i.mce-i-wp_code:before {
    956         content: '\f475';
     956        content: "\f475";
    957957}
    958958
    959959/* RTL button icons */
    960960.rtl i.mce-i-outdent:before {
    961         content: '\f222';
     961        content: "\f222";
    962962}
    963963
    964964.rtl i.mce-i-indent:before {
    965         content: '\f221';
     965        content: "\f221";
    966966}
    967967
    968968/* Editors */
     
    977977
    978978.wp-editor-tools:after {
    979979        clear: both;
    980         content: '';
     980        content: "";
    981981        display: table;
    982982}
    983983
     
    11281128}
    11291129
    11301130.wp-media-buttons .add_media span.wp-media-buttons-icon:before {
    1131         content: '\f104';
     1131        content: "\f104";
    11321132}
    11331133
    11341134/* Quicktags */
     
    13381338        -moz-osx-font-smoothing: grayscale;
    13391339        width: 36px;
    13401340        height: 36px;
    1341         content: '\f158';
     1341        content: "\f158";
    13421342}
    13431343
    13441344#wp-link-close:hover,
     
    13841384        speak: none;
    13851385        -webkit-font-smoothing: antialiased;
    13861386        -moz-osx-font-smoothing: grayscale;
    1387         content: '\f140';
     1387        content: "\f140";
    13881388}
    13891389
    13901390.search-panel-visible #wp-link-search-toggle:after {
    1391         content: '\f142';
     1391        content: "\f142";
    13921392}
    13931393
    13941394#wp-link input[type="text"] {
  • src/wp-includes/css/media-views.css

     
    173173}
    174174
    175175.media-modal-close .media-modal-icon:before {
    176         content: '\f158';
     176        content: "\f158";
    177177        font: normal 20px/1 dashicons;
    178178        speak: none;
    179179        vertical-align: middle;
     
    836836}
    837837
    838838.wp-core-ui .attachment-preview:before {
    839         content: '';
     839        content: "";
    840840        display: block;
    841841        padding-top: 100%;
    842842}
     
    867867}
    868868
    869869.wp-core-ui .attachment .thumbnail:after {
    870         content: '';
     870        content: "";
    871871        display: block;
    872872        position: absolute;
    873873        top: 0;
     
    10911091        font: normal 30px/50px dashicons !important;
    10921092        color: #777;
    10931093        display: inline-block;
    1094         content: '\f335';
     1094        content: "\f335";
    10951095        font-weight: 300;
    10961096}
    10971097
     
    14741474}
    14751475
    14761476.media-selection:after {
    1477         content: '';
     1477        content: "";
    14781478        display: block;
    14791479        position: absolute;
    14801480        top: 0;
     
    15851585}
    15861586
    15871587.attachment-info .thumbnail-image:after {
    1588         content: '';
     1588        content: "";
    15891589        display: block;
    15901590        position: absolute;
    15911591        top: 0;
     
    17451745}
    17461746
    17471747.media-modal .imgedit-help-toggled span.dashicons:before {
    1748         content: '\f142';
     1748        content: "\f142";
    17491749}
    17501750
    17511751.media-modal .imgedit-group img {
     
    18971897        vertical-align: top;
    18981898        -webkit-font-smoothing: antialiased;
    18991899        -moz-osx-font-smoothing: grayscale;
    1900         content: '\f140';
     1900        content: "\f140";
    19011901        display: inline-block;
    19021902        margin-top: -2px;
    19031903}
    19041904
    19051905.image-details .advanced-visible .advanced-toggle:after {
    1906         content: '\f142';
     1906        content: "\f142";
    19071907}
    19081908
    19091909.image-details .embed-media-settings .size {
     
    19341934}
    19351935
    19361936.image-details .custom-size:after {
    1937         content: '';
     1937        content: "";
    19381938        display: table;
    19391939        clear: both;
    19401940}
     
    19521952}
    19531953
    19541954.media-embed .thumbnail:after {
    1955         content: '';
     1955        content: "";
    19561956        display: block;
    19571957        position: absolute;
    19581958        top: 0;
  • src/wp-includes/css/wp-auth-check.css

     
    7171}
    7272
    7373#wp-auth-check-wrap .wp-auth-check-close:before {
    74         content: '\f158';
     74        content: "\f158";
    7575        display: block !important;
    7676        font: normal 20px/1 dashicons;
    7777        speak: none;
  • src/wp-includes/css/wp-pointer.css

     
    2525        -webkit-border-radius: 50%;
    2626        border-radius: 50%;
    2727        color: #00a0d2;
    28         content: '\f227';
     28        content: "\f227";
    2929        font: normal 20px/1.6 dashicons;
    3030        position: absolute;
    3131        top: 8px;
     
    6262.wp-pointer-buttons a.close:before {
    6363        background: none;
    6464        color: #b4b9be;
    65         content: '\f153';
     65        content: "\f153";
    6666        display: block !important;
    6767        font: normal 16px/1 dashicons;
    6868        speak: none;
     
    149149        border: 13px solid transparent;
    150150        border-bottom-color: #00a0d2;
    151151        display: block;
    152         content: ' ';
     152        content: " ";
    153153}
    154154
    155155.wp-pointer-bottom .wp-pointer-arrow {
     
    165165        border: 13px solid transparent;
    166166        border-top-color: #fff;
    167167        display: block;
    168         content: ' ';
     168        content: " ";
    169169}
    170170
    171171/* rtl:ignore */
     
    183183        border: 13px solid transparent;
    184184        border-right-color: #fff;
    185185        display: block;
    186         content: ' ';
     186        content: " ";
    187187}
    188188
    189189/* rtl:ignore */
     
    201201        border: 13px solid transparent;
    202202        border-left-color: #fff;
    203203        display: block;
    204         content: ' ';
     204        content: " ";
    205205}
    206206
    207207/* Disable pointers at responsive sizes */
  • src/wp-includes/js/thickbox/thickbox.css

     
    126126}
    127127
    128128.tb-close-icon:before {
    129         content: '\f158';
     129        content: "\f158";
    130130        font: normal 20px/29px dashicons;
    131131        speak: none;
    132132        -webkit-font-smoothing: antialiased;