Ticket #33786: 33786.2.diff
File 33786.2.diff, 31.8 KB (added by , 9 years ago) |
---|
-
src/wp-admin/css/admin-menu.css
52 52 } 53 53 54 54 .icon16.icon-dashboard:before { 55 content: '\f226';55 content: "\f226"; 56 56 } 57 57 58 58 .icon16.icon-post:before { 59 content: '\f109';59 content: "\f109"; 60 60 } 61 61 62 62 .icon16.icon-media:before { 63 content: '\f104';63 content: "\f104"; 64 64 } 65 65 66 66 .icon16.icon-links:before { 67 content: '\f103';67 content: "\f103"; 68 68 } 69 69 70 70 .icon16.icon-page:before { 71 content: '\f105';71 content: "\f105"; 72 72 } 73 73 74 74 .icon16.icon-comments:before { 75 content: '\f101';75 content: "\f101"; 76 76 margin-top: 1px; 77 77 } 78 78 79 79 .icon16.icon-appearance:before { 80 content: '\f100';80 content: "\f100"; 81 81 } 82 82 83 83 .icon16.icon-plugins:before { 84 content: '\f106';84 content: "\f106"; 85 85 } 86 86 87 87 .icon16.icon-users:before { 88 content: '\f110';88 content: "\f110"; 89 89 } 90 90 91 91 .icon16.icon-tools:before { 92 content: '\f107';92 content: "\f107"; 93 93 } 94 94 95 95 .icon16.icon-settings:before { 96 content: '\f108';96 content: "\f108"; 97 97 } 98 98 99 99 .icon16.icon-site:before { 100 content: '\f112'100 content: "\f112"; 101 101 } 102 102 103 103 .icon16.icon-generic:before { 104 content: '\f111';104 content: "\f111"; 105 105 } 106 106 107 107 /* hide background-image for icons above */ … … 586 586 } 587 587 588 588 #collapse-button div:after { 589 content: '\f148';589 content: "\f148"; 590 590 display: block; 591 591 line-height: 15px; 592 592 left: -3px; … … 901 901 } 902 902 903 903 #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before { 904 content: '\f228';904 content: "\f228"; 905 905 display: inline-block; 906 906 float: left; 907 907 font: normal 40px/45px dashicons; -
src/wp-admin/css/common.css
295 295 blockquote:after, 296 296 q:before, 297 297 q:after { 298 content: '';298 content: ""; 299 299 content: none; 300 300 } 301 301 … … 754 754 .notice-dismiss:before { 755 755 background: none; 756 756 color: #b4b9be; 757 content: '\f153';757 content: "\f153"; 758 758 display: block; 759 759 font: normal 16px/20px dashicons; 760 760 speak: none; … … 1492 1492 1493 1493 #screen-meta-links .show-settings:after { 1494 1494 right: 0; 1495 content: '\f140';1495 content: "\f140"; 1496 1496 font: normal 20px/1 dashicons; 1497 1497 speak: none; 1498 1498 display: inline-block; … … 1507 1507 } 1508 1508 1509 1509 #screen-meta-links .screen-meta-active:after { 1510 content: '\f142';1510 content: "\f142"; 1511 1511 } 1512 1512 1513 1513 /* end screen options and help tabs */ … … 2163 2163 } 2164 2164 2165 2165 .star-rating .star-full:before { 2166 content: '\f155';2166 content: "\f155"; 2167 2167 } 2168 2168 2169 2169 .star-rating .star-half:before { 2170 content: '\f459';2170 content: "\f459"; 2171 2171 } 2172 2172 2173 2173 .rtl .star-rating .star-half { … … 2177 2177 } 2178 2178 2179 2179 .star-rating .star-empty:before { 2180 content: '\f154';2180 content: "\f154"; 2181 2181 } 2182 2182 2183 2183 div.action-links { … … 2750 2750 /* Show the arrow only on hover */ 2751 2751 .js .sidebar-name .sidebar-name-arrow:before, 2752 2752 .js .meta-box-sortables .postbox .handlediv:before { 2753 content: '\f142';2753 content: "\f142"; 2754 2754 } 2755 2755 2756 2756 .js .widgets-holder-wrap.closed .sidebar-name-arrow:before, 2757 2757 .js .meta-box-sortables .postbox.closed .handlediv:before { 2758 content: '\f140';2758 content: "\f140"; 2759 2759 } 2760 2760 2761 2761 .error a { … … 2864 2864 .control-section .accordion-section-title:after, 2865 2865 .accordion-section-title:after { 2866 2866 right: 0; 2867 content: '\f140';2867 content: "\f140"; 2868 2868 border: none; 2869 2869 background: none; 2870 2870 font: normal 20px/1 dashicons; … … 2919 2919 #customize-info.open .accordion-section-title:after, 2920 2920 .nav-menus-php .menu-item-edit-active .item-edit:before, 2921 2921 .widget.open .widget-top a.widget-action:after { 2922 content: '\f142';2922 content: "\f142"; 2923 2923 } 2924 2924 2925 2925 /*! -
src/wp-admin/css/customize-nav-menus.css
154 154 } 155 155 156 156 .menus-move-down:before { 157 content: '\f347';157 content: "\f347"; 158 158 } 159 159 160 160 .menus-move-up:before { 161 content: '\f343';161 content: "\f343"; 162 162 } 163 163 164 164 .menus-move-left:before { 165 content: '\f341';165 content: "\f341"; 166 166 } 167 167 168 168 .menus-move-right:before { 169 content: '\f345';169 content: "\f345"; 170 170 } 171 171 172 172 .move-up-disabled .menus-move-up, … … 233 233 } 234 234 235 235 .wp-customizer .menu-item .item-edit .toggle-indicator:after { 236 content: '\f140';236 content: "\f140"; 237 237 font: normal 20px/1 dashicons; 238 238 color: #a0a5aa; 239 239 vertical-align: top; … … 244 244 } 245 245 246 246 .wp-customizer .menu-item.menu-item-edit-active .item-edit .toggle-indicator:after { 247 content: '\f142';247 content: "\f142"; 248 248 } 249 249 250 250 .wp-customizer .menu-item-settings p.description { … … 628 628 } 629 629 630 630 #available-menu-items .accordion-section-title .toggle-indicator:after { 631 content: '\f140';631 content: "\f140"; 632 632 font: normal 20px/1 dashicons; 633 633 color: #a0a5aa; 634 634 vertical-align: top; … … 643 643 } 644 644 645 645 #available-menu-items .open .accordion-section-title .toggle-indicator:after { 646 content: '\f142';646 content: "\f142"; 647 647 } 648 648 649 649 #available-menu-items .accordion-section-content { -
src/wp-admin/css/customize-widgets.css
196 196 } 197 197 198 198 .move-widget:before { 199 content: '\f504';199 content: "\f504"; 200 200 } 201 201 202 202 .move-widget-down:before { 203 content: '\f347';203 content: "\f347"; 204 204 } 205 205 206 206 .move-widget-up:before { 207 content: '\f343';207 content: "\f343"; 208 208 } 209 209 210 210 #customize-theme-controls .first-widget .move-widget-up, … … 252 252 253 253 #customize-theme-controls .widget-area-select li:before { 254 254 display: none; 255 content: '\f147';255 content: "\f147"; 256 256 position: absolute; 257 257 top: 12px; 258 258 left: 10px; -
src/wp-admin/css/dashboard.css
223 223 224 224 .welcome-panel .welcome-write-blog:before, 225 225 .welcome-panel .welcome-edit-page:before { 226 content: '\f119';226 content: "\f119"; 227 227 top: -3px; 228 228 } 229 229 230 230 .welcome-panel .welcome-add-page:before { 231 content: '\f132';231 content: "\f132"; 232 232 } 233 233 234 234 .welcome-panel .welcome-view-site:before { 235 content: '\f115';235 content: "\f115"; 236 236 top: -2px; 237 237 } 238 238 239 239 .welcome-panel .welcome-widgets-menus:before { 240 content: '\f116';240 content: "\f116"; 241 241 top: -2px; 242 242 } 243 243 244 244 .welcome-panel .welcome-comments:before { 245 content: '\f117';245 content: "\f117"; 246 246 top: -1px; 247 247 } 248 248 249 249 .welcome-panel .welcome-learn-more:before { 250 content: '\f118';250 content: "\f118"; 251 251 top: -1px; 252 252 } 253 253 … … 394 394 /* Dashboard right now - Icons */ 395 395 #dashboard_right_now li a:before, 396 396 #dashboard_right_now li span:before { 397 content: '\f159';397 content: "\f159"; 398 398 font: normal 20px/1 dashicons; 399 399 speak: none; 400 400 display: block; … … 410 410 411 411 #dashboard_right_now .page-count a:before, 412 412 #dashboard_right_now .page-count span:before { 413 content: '\f105';413 content: "\f105"; 414 414 } 415 415 416 416 #dashboard_right_now .post-count a:before, 417 417 #dashboard_right_now .post-count span:before { 418 content: '\f109';418 content: "\f109"; 419 419 } 420 420 421 421 #dashboard_right_now .comment-count a:before { 422 content: '\f101';422 content: "\f101"; 423 423 } 424 424 425 425 #dashboard_right_now .comment-mod-count a:before { 426 content: '\f125';426 content: "\f125"; 427 427 } 428 428 429 429 #dashboard_right_now .storage-count a:before { 430 content: '\f104';430 content: "\f104"; 431 431 } 432 432 433 433 #dashboard_right_now .storage-count.warning a:before { 434 content: '\f153';434 content: "\f153"; 435 435 } 436 436 437 437 /* Dashboard Quick Draft */ … … 596 596 } 597 597 598 598 #dashboard_activity .comment-meta span.approve:before { 599 content: '\f227';599 content: "\f227"; 600 600 font: 20px/.5 dashicons; 601 601 margin-left: 12px; 602 602 vertical-align: middle; … … 626 626 } 627 627 628 628 #dashboard_activity .no-activity .smiley:before { 629 content: '\f328';629 content: "\f328"; 630 630 font: normal 120px/1 dashicons; 631 631 speak: none; 632 632 display: block; … … 908 908 } 909 909 910 910 .rss-widget cite:before { 911 content: '\2014';911 content: "\2014"; 912 912 } 913 913 914 914 .dashboard-comment-wrap { -
src/wp-admin/css/edit.css
483 483 } 484 484 485 485 #post-body #visibility:before { 486 content: '\f177';486 content: "\f177"; 487 487 } 488 488 489 489 .curtime #timestamp:before { 490 content: '\f145';490 content: "\f145"; 491 491 top: -1px; 492 492 } 493 493 494 494 #post-body .misc-pub-revisions:before { 495 content: '\f321';495 content: "\f321"; 496 496 } 497 497 498 498 #timestampdiv { … … 850 850 .post-state-format.post-format-standard:before, 851 851 .post-format-icon.post-format-standard:before, 852 852 a.post-state-format.format-standard:before { 853 content: '\f109';853 content: "\f109"; 854 854 } 855 855 856 856 .post-state-format.post-format-image:before, 857 857 .post-format-icon.post-format-image:before, 858 858 a.post-state-format.format-image:before { 859 content: '\f128';859 content: "\f128"; 860 860 } 861 861 862 862 .post-state-format.post-format-gallery:before, 863 863 .post-format-icon.post-format-gallery:before, 864 864 a.post-state-format.format-gallery:before { 865 content: '\f161';865 content: "\f161"; 866 866 } 867 867 868 868 .post-state-format.post-format-audio:before, 869 869 .post-format-icon.post-format-audio:before, 870 870 a.post-state-format.format-audio:before { 871 content: '\f127';871 content: "\f127"; 872 872 } 873 873 874 874 .post-state-format.post-format-video:before, 875 875 .post-format-icon.post-format-video:before, 876 876 a.post-state-format.format-video:before { 877 content: '\f126';877 content: "\f126"; 878 878 } 879 879 880 880 .post-state-format.post-format-chat:before, 881 881 .post-format-icon.post-format-chat:before, 882 882 a.post-state-format.format-chat:before { 883 content: '\f125';883 content: "\f125"; 884 884 } 885 885 886 886 .post-state-format.post-format-status:before, 887 887 .post-format-icon.post-format-status:before, 888 888 a.post-state-format.format-status:before { 889 content: '\f130';889 content: "\f130"; 890 890 } 891 891 892 892 .post-state-format.post-format-aside:before, 893 893 .post-format-icon.post-format-aside:before, 894 894 a.post-state-format.format-aside:before { 895 content: '\f123';895 content: "\f123"; 896 896 } 897 897 898 898 .post-state-format.post-format-quote:before, 899 899 .post-format-icon.post-format-quote:before, 900 900 a.post-state-format.format-quote:before { 901 content: '\f122';901 content: "\f122"; 902 902 } 903 903 904 904 .post-state-format.post-format-link:before, 905 905 .post-format-icon.post-format-link:before, 906 906 a.post-state-format.format-link:before { 907 content: '\f103';907 content: "\f103"; 908 908 } 909 909 910 910 /*------------------------------------------------------------------------------ -
src/wp-admin/css/forms.css
134 134 } 135 135 136 136 input[type="checkbox"]:checked:before { 137 content: '\f147';137 content: "\f147"; 138 138 margin: -3px 0 0 -4px; 139 139 color: #1e8cbe; 140 140 } 141 141 142 142 input[type="radio"]:checked:before { 143 content: '\2022';143 content: "\2022"; 144 144 text-indent: -9999px; 145 145 -webkit-border-radius: 50px; 146 146 border-radius: 50px; … … 241 241 } 242 242 243 243 .form-table .form-required.form-invalid td:after { 244 content: '\f534';244 content: "\f534"; 245 245 font: normal 20px/1 dashicons; 246 246 color: #dc3232; 247 247 margin-left: -25px; … … 428 428 } 429 429 430 430 #misc-publishing-actions label[for="post_status"]:before { 431 content: '\f173';431 content: "\f173"; 432 432 display: inline-block; 433 433 font: normal 20px/1 dashicons; 434 434 speak: none; … … 786 786 } 787 787 788 788 .pressthis-bookmarklet:after { 789 content: '';789 content: ""; 790 790 width: 70%; 791 791 height: 55%; 792 792 z-index: -1; … … 818 818 .pressthis-bookmarklet span:before { 819 819 color: #777; 820 820 font: normal 20px/1 dashicons; 821 content: '\f157';821 content: "\f157"; 822 822 position: relative; 823 823 display: inline-block; 824 824 top: 4px; -
src/wp-admin/css/list-tables.css
265 265 } 266 266 267 267 th .comment-grey-bubble:before { 268 content: '\f101';268 content: "\f101"; 269 269 font: normal 20px/.5 dashicons; 270 270 speak: none; 271 271 display: inline-block; … … 442 442 } 443 443 444 444 .sorting-indicator:before { 445 content: '\f142';445 content: "\f142"; 446 446 font: normal 20px/1 dashicons; 447 447 speak: none; 448 448 display: inline-block; … … 467 467 th.sorted.asc .sorting-indicator:before, 468 468 th.desc:hover span.sorting-indicator:before, 469 469 th.desc a:focus span.sorting-indicator:before { 470 content: '\f142';470 content: "\f142"; 471 471 } 472 472 473 473 th.sorted.desc .sorting-indicator:before, 474 474 th.asc:hover span.sorting-indicator:before, 475 475 th.asc a:focus span.sorting-indicator:before { 476 content: '\f140';476 content: "\f140"; 477 477 } 478 478 479 479 .wp-list-table .toggle-row { … … 520 520 display: block; 521 521 padding: 1px 2px 1px 0; 522 522 color: #666; 523 content: '\f140';523 content: "\f140"; 524 524 font: normal 20px/1 dashicons; 525 525 line-height: 1; 526 526 -webkit-font-smoothing: antialiased; … … 529 529 } 530 530 531 531 .wp-list-table .is-expanded .toggle-row:before { 532 content: '\f142';532 content: "\f142"; 533 533 } 534 534 535 535 tr.wp-locked .locked-indicator { … … 540 540 541 541 tr.wp-locked .locked-indicator:before { 542 542 color: #82878c; 543 content: '\f160';543 content: "\f160"; 544 544 display: inline-block; 545 545 float: left; 546 546 font: normal 20px/1 dashicons; … … 792 792 } 793 793 794 794 .view-switch .view-list:before { 795 content: '\f163';795 content: "\f163"; 796 796 } 797 797 798 798 .view-switch .view-excerpt:before { 799 content: '\f164';799 content: "\f164"; 800 800 } 801 801 802 802 .view-switch .view-grid:before { 803 content: '\f509';803 content: "\f509"; 804 804 } 805 805 806 806 .filter { … … 1356 1356 1357 1357 .plugin-update-tr .update-message:before, 1358 1358 .plugin-card .update-now:before { 1359 content: '\f463';1359 content: "\f463"; 1360 1360 } 1361 1361 1362 1362 .plugin-update-tr .update-message:before { … … 1370 1370 1371 1371 .plugin-update-tr .updating-message:before, 1372 1372 .plugin-card .updating-message:before { 1373 content: '\f463';1373 content: "\f463"; 1374 1374 -webkit-animation: rotation 2s infinite linear; 1375 1375 animation: rotation 2s infinite linear; 1376 1376 } … … 1400 1400 .plugin-update-tr .updated-message:before, 1401 1401 .plugin-card .updated-message:before { 1402 1402 color: #79ba49; 1403 content: '\f147';1403 content: "\f147"; 1404 1404 } 1405 1405 1406 1406 .wp-list-table.plugins tbody tr.plugin-update-tr td.plugin-update { … … 1585 1585 } 1586 1586 1587 1587 .plugin-card .compatibility-incompatible:before { 1588 content: '\f158';1588 content: "\f158"; 1589 1589 } 1590 1590 1591 1591 .plugin-card .compatibility-compatible:before { 1592 content: '\f147';1592 content: "\f147"; 1593 1593 } 1594 1594 1595 1595 .plugin-icon { … … 2056 2056 2057 2057 /* mimic the checkbox th */ 2058 2058 .plugins .plugin-update-tr:before { 2059 content: '';2059 content: ""; 2060 2060 display: table-cell; 2061 2061 } 2062 2062 -
src/wp-admin/css/media.css
320 320 speak: none; 321 321 -webkit-font-smoothing: antialiased; 322 322 -moz-osx-font-smoothing: grayscale; 323 content: '\f158';323 content: "\f158"; 324 324 } 325 325 326 326 .find-box-buttons { … … 631 631 } 632 632 633 633 .upload-php .media-modal-close .media-modal-icon:before { 634 content: '\f335';634 content: "\f335"; 635 635 font-size: 22px; 636 636 } 637 637 … … 698 698 699 699 .edit-attachment-frame .edit-media-header .left:before, 700 700 .rtl .edit-attachment-frame .edit-media-header .right:before { 701 content: '\f341';701 content: "\f341"; 702 702 } 703 703 704 704 .edit-attachment-frame .edit-media-header .right:before, 705 705 .rtl .edit-attachment-frame .edit-media-header .left:before { 706 content: '\f345';706 content: "\f345"; 707 707 } 708 708 709 709 .edit-attachment-frame .edit-media-header .left.disabled, … … 954 954 } 955 955 956 956 .imgedit-crop:before { 957 content: '\f165';957 content: "\f165"; 958 958 } 959 959 960 960 .imgedit-rleft:before { 961 content: '\f166';961 content: "\f166"; 962 962 } 963 963 964 964 .imgedit-rright:before { 965 content: '\f167';965 content: "\f167"; 966 966 } 967 967 968 968 .imgedit-flipv:before { 969 content: '\f168';969 content: "\f168"; 970 970 } 971 971 972 972 .imgedit-fliph:before { 973 content: '\f169';973 content: "\f169"; 974 974 } 975 975 976 976 .imgedit-undo:before { 977 content: '\f171';977 content: "\f171"; 978 978 } 979 979 980 980 .imgedit-redo:before { 981 content: '\f172';981 content: "\f172"; 982 982 } 983 983 984 984 .imgedit-crop-wrap { -
src/wp-admin/css/press-this.css
421 421 height: 0; 422 422 border-style: solid; 423 423 border-color: transparent; 424 content: '';424 content: ""; 425 425 } 426 426 427 427 .split-button-body:before { … … 899 899 } 900 900 901 901 .tagchecklist .ntdelbutton:before { 902 content: '\f153';902 content: "\f153"; 903 903 display: block; 904 904 margin: 2px 0; 905 905 height: 20px; … … 1364 1364 } 1365 1365 1366 1366 .alert:before { 1367 content: '';1367 content: ""; 1368 1368 position: absolute; 1369 1369 top: 50%; 1370 1370 left: 30px; … … 1596 1596 1597 1597 .post-title:before { 1598 1598 /* Keeps empty container from collapsing */ 1599 content: '\a0';1599 content: "\a0"; 1600 1600 display: inline-block; 1601 1601 width: 0; 1602 1602 speak: none; -
src/wp-admin/css/revisions.css
500 500 } 501 501 502 502 .wp-slider .ui-slider-handle.from-handle:before { 503 content: '\f139';503 content: "\f139"; 504 504 } 505 505 506 506 .wp-slider .ui-slider-handle.to-handle:before { 507 content: '\f141';507 content: "\f141"; 508 508 } 509 509 510 510 .rtl .wp-slider .ui-slider-handle.from-handle:before { 511 content: '\f141';511 content: "\f141"; 512 512 } 513 513 514 514 .rtl .wp-slider .ui-slider-handle.to-handle:before { 515 content: '\f139';515 content: "\f139"; 516 516 right: -1px; 517 517 } 518 518 -
src/wp-admin/css/themes.css
142 142 } 143 143 144 144 .theme-browser .theme .theme-screenshot:after { 145 content: '';145 content: ""; 146 146 display: block; 147 147 padding-top: 66.66666%; /* using a 3/2 aspect ratio */ 148 148 } … … 235 235 236 236 .theme-browser .theme .theme-update:before, 237 237 .theme-browser .theme .theme-installed:before { 238 content: '\f463';238 content: "\f463"; 239 239 display: inline-block; 240 240 font: normal 20px/1 dashicons; 241 241 margin: 0 6px 0 0; … … 316 316 317 317 .theme-browser .theme.add-new-theme a:after { 318 318 display: block; 319 content: '';319 content: ""; 320 320 background: transparent; 321 321 background: rgba(0, 0, 0, 0); 322 322 position: absolute; … … 339 339 -webkit-border-radius: 50%; 340 340 border-radius: 50%; 341 341 display: inline-block; 342 content: '\f132';342 content: "\f132"; 343 343 -webkit-font-smoothing: antialiased; 344 344 font: normal 74px/115px dashicons; 345 345 width: 100px; … … 377 377 border-color: transparent; 378 378 color: #fff; 379 379 background: #0073aa; 380 content: '';380 content: ""; 381 381 } 382 382 383 383 .theme-browser .theme.add-new-theme .theme-name { … … 444 444 font: normal 22px/50px dashicons !important; 445 445 color: #777; 446 446 display: inline-block; 447 content: '\f335';447 content: "\f335"; 448 448 font-weight: 300; 449 449 } 450 450 … … 647 647 } 648 648 649 649 .theme-overlay .screenshot:after { 650 content: '';650 content: ""; 651 651 display: block; 652 652 padding-top: 75%; /* using a 4/3 aspect ratio */ 653 653 } … … 682 682 } 683 683 684 684 .theme-overlay .screenshot.thumb:after { 685 content: '';685 content: ""; 686 686 display: block; 687 687 padding-top: 100%; /* using a 1/1 aspect ratio */ 688 688 } … … 1079 1079 background: #0073aa; 1080 1080 } 1081 1081 .theme-browser .theme .theme-installed:before { 1082 content: '\f147';1082 content: "\f147"; 1083 1083 } 1084 1084 .theme-browser .theme.is-installed .theme-actions .button-primary { 1085 1085 display: none !important; … … 1330 1330 } 1331 1331 1332 1332 .wp-full-overlay-sidebar:after { 1333 content: '';1333 content: ""; 1334 1334 display: block; 1335 1335 position: absolute; 1336 1336 top: 0; -
src/wp-admin/css/widgets.css
466 466 } 467 467 468 468 .widgets-chooser li:focus:before { 469 content: '\f147';469 content: "\f147"; 470 470 display: block; 471 471 -webkit-font-smoothing: antialiased; 472 472 font: normal 26px/1 dashicons; … … 487 487 488 488 .widgets-chooser li.widgets-chooser-selected:before, 489 489 .widgets-chooser li.widgets-chooser-selected:focus:before { 490 content: '\f147';490 content: "\f147"; 491 491 display: block; 492 492 -webkit-font-smoothing: antialiased; 493 493 font: normal 26px/1 dashicons; -
src/wp-includes/css/admin-bar.css
314 314 #wpadminbar .menupop .menupop > .ab-item:before { 315 315 top: 1px; 316 316 right: 4px; 317 content: '\f139';317 content: "\f139"; 318 318 color: inherit; 319 319 } 320 320 … … 326 326 #wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before { 327 327 top: 5px; 328 328 left: 3px; 329 content: '\f141';329 content: "\f141"; 330 330 } 331 331 332 332 #wpadminbar .quicklinks .menupop ul.ab-sub-secondary { … … 483 483 } 484 484 485 485 #wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before { 486 content: '\f120';486 content: "\f120"; 487 487 top: 2px; 488 488 } 489 489 … … 504 504 } 505 505 506 506 #wpadminbar .quicklinks li .blavatar:before { 507 content: '\f120';507 content: "\f120"; 508 508 height: 16px; 509 509 width: 16px; 510 510 display: inline-block; … … 517 517 518 518 #wpadminbar #wp-admin-bar-my-sites > .ab-item:before, 519 519 #wpadminbar #wp-admin-bar-site-name > .ab-item:before { 520 content: '\f112';520 content: "\f112"; 521 521 top: 2px; 522 522 } 523 523 524 524 #wpadminbar #wp-admin-bar-customize > .ab-item:before { 525 content: '\f540';525 content: "\f540"; 526 526 top: 2px; 527 527 } 528 528 529 529 530 530 #wpadminbar #wp-admin-bar-edit > .ab-item:before { 531 content: '\f464';531 content: "\f464"; 532 532 top: 2px; 533 533 } 534 534 … … 550 550 } 551 551 552 552 #wpadminbar #wp-admin-bar-comments .ab-icon:before { 553 content: '\f101';553 content: "\f101"; 554 554 top: 3px; 555 555 } 556 556 … … 562 562 * New Content 563 563 */ 564 564 #wpadminbar #wp-admin-bar-new-content .ab-icon:before { 565 content: '\f132';565 content: "\f132"; 566 566 top: 4px; 567 567 } 568 568 … … 570 570 * Updates 571 571 */ 572 572 #wpadminbar #wp-admin-bar-updates .ab-icon:before { 573 content: '\f463';573 content: "\f463"; 574 574 top: 2px; 575 575 } 576 576 … … 599 599 left: 5px; 600 600 z-index: 20; 601 601 font: normal 20px/1 dashicons !important; 602 content: '\f179';602 content: "\f179"; 603 603 speak: none; 604 604 -webkit-font-smoothing: antialiased; 605 605 -moz-osx-font-smoothing: grayscale; … … 653 653 654 654 /* IE8 doesn't redraw the pseudo elements unless you make a change to the content */ 655 655 #wpadminbar.ie8 #adminbarsearch.adminbar-focused:before { 656 content: '\f179 '; /* extra space */656 content: "\f179 "; /* extra space */ 657 657 } 658 658 659 659 #wpadminbar.ie8 > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus { -
src/wp-includes/css/dashicons.css
474 474 } 475 475 476 476 .dashicons-randomize:before { 477 content: "\f503" 477 content: "\f503"; 478 478 } 479 479 480 480 .dashicons-list-view:before { … … 610 610 /* Media icons */ 611 611 612 612 .dashicons-media-archive:before { 613 content: "\f501" 613 content: "\f501"; 614 614 } 615 615 616 616 .dashicons-media-audio:before { 617 content: "\f500" 617 content: "\f500"; 618 618 } 619 619 620 620 .dashicons-media-code:before { 621 content: "\f499" 621 content: "\f499"; 622 622 } 623 623 624 624 .dashicons-media-default:before { 625 content: "\f498" 625 content: "\f498"; 626 626 } 627 627 628 628 .dashicons-media-document:before { 629 content: "\f497" 629 content: "\f497"; 630 630 } 631 631 632 632 .dashicons-media-interactive:before { 633 content: "\f496" 633 content: "\f496"; 634 634 } 635 635 636 636 .dashicons-media-spreadsheet:before { 637 content: "\f495" 637 content: "\f495"; 638 638 } 639 639 640 640 .dashicons-media-text:before { 641 content: "\f491" 641 content: "\f491"; 642 642 } 643 643 644 644 .dashicons-media-video:before { 645 content: "\f490" 645 content: "\f490"; 646 646 } 647 647 648 648 .dashicons-playlist-audio:before { 649 content: "\f492" 649 content: "\f492"; 650 650 } 651 651 652 652 .dashicons-playlist-video:before { 653 content: "\f493" 653 content: "\f493"; 654 654 } 655 655 656 656 .dashicons-controls-play:before { 657 content: "\f522" 657 content: "\f522"; 658 658 } 659 659 660 660 .dashicons-controls-pause:before { 661 content: "\f523" 661 content: "\f523"; 662 662 } 663 663 664 664 .dashicons-controls-forward:before { 665 content: "\f519" 665 content: "\f519"; 666 666 } 667 667 668 668 .dashicons-controls-skipforward:before { 669 content: "\f517" 669 content: "\f517"; 670 670 } 671 671 672 672 .dashicons-controls-back:before { 673 content: "\f518" 673 content: "\f518"; 674 674 } 675 675 676 676 .dashicons-controls-skipback:before { 677 content: "\f516" 677 content: "\f516"; 678 678 } 679 679 680 680 .dashicons-controls-repeat:before { 681 content: "\f515" 681 content: "\f515"; 682 682 } 683 683 684 684 .dashicons-controls-volumeon:before { 685 content: "\f521" 685 content: "\f521"; 686 686 } 687 687 688 688 .dashicons-controls-volumeoff:before { 689 content: "\f520" 689 content: "\f520"; 690 690 } 691 691 692 692 … … 709 709 } 710 710 711 711 .dashicons-plus-alt:before { 712 content: "\f502" 712 content: "\f502"; 713 713 } 714 714 715 715 .dashicons-plus-alt2:before { 716 content: "\f543" 716 content: "\f543"; 717 717 } 718 718 719 719 .dashicons-minus:before { … … 1012 1012 1013 1013 .dashicons-layout:before { 1014 1014 content: "\f538"; 1015 } 1016 No newline at end of file 1015 } -
src/wp-includes/css/editor.css
261 261 height: 0; 262 262 border-style: solid; 263 263 border-color: transparent; 264 content: '';264 content: ""; 265 265 } 266 266 267 267 div.mce-inline-toolbar-grp.mce-arrow-up:before { … … 824 824 } 825 825 826 826 i.mce-i-bold:before { 827 content: '\f200';827 content: "\f200"; 828 828 } 829 829 830 830 i.mce-i-italic:before { 831 content: '\f201';831 content: "\f201"; 832 832 } 833 833 834 834 i.mce-i-bullist:before { 835 content: '\f203';835 content: "\f203"; 836 836 } 837 837 838 838 i.mce-i-numlist:before { 839 content: '\f204';839 content: "\f204"; 840 840 } 841 841 842 842 i.mce-i-blockquote:before { 843 content: '\f205';843 content: "\f205"; 844 844 } 845 845 846 846 i.mce-i-alignleft:before { 847 content: '\f206';847 content: "\f206"; 848 848 } 849 849 850 850 i.mce-i-aligncenter:before { 851 content: '\f207';851 content: "\f207"; 852 852 } 853 853 854 854 i.mce-i-alignright:before { 855 content: '\f208';855 content: "\f208"; 856 856 } 857 857 858 858 i.mce-i-link:before { 859 content: '\f103';859 content: "\f103"; 860 860 } 861 861 862 862 i.mce-i-unlink:before { 863 content: '\f225';863 content: "\f225"; 864 864 } 865 865 866 866 i.mce-i-wp_more:before { 867 content: '\f209';867 content: "\f209"; 868 868 } 869 869 870 870 i.mce-i-strikethrough:before { 871 content: '\f224';871 content: "\f224"; 872 872 } 873 873 874 874 i.mce-i-spellchecker:before { 875 content: '\f210';875 content: "\f210"; 876 876 } 877 877 878 878 i.mce-i-fullscreen:before, … … 879 879 i.mce-i-wp_fullscreen:before, 880 880 i.mce-i-dfw:before, 881 881 .qt-dfw:before { 882 content: '\f211';882 content: "\f211"; 883 883 } 884 884 885 885 i.mce-i-wp_adv:before { 886 content: '\f212';886 content: "\f212"; 887 887 } 888 888 889 889 i.mce-i-underline:before { 890 content: '\f213';890 content: "\f213"; 891 891 } 892 892 893 893 i.mce-i-alignjustify:before { 894 content: '\f214';894 content: "\f214"; 895 895 } 896 896 897 897 i.mce-i-forecolor:before, 898 898 i.mce-i-backcolor:before { 899 content: '\f215';899 content: "\f215"; 900 900 } 901 901 902 902 i.mce-i-pastetext:before { 903 content: '\f217';903 content: "\f217"; 904 904 } 905 905 906 906 i.mce-i-removeformat:before { 907 content: '\f218';907 content: "\f218"; 908 908 } 909 909 910 910 i.mce-i-charmap:before { 911 content: '\f220';911 content: "\f220"; 912 912 } 913 913 914 914 i.mce-i-outdent:before { 915 content: '\f221';915 content: "\f221"; 916 916 } 917 917 918 918 i.mce-i-indent:before { 919 content: '\f222';919 content: "\f222"; 920 920 } 921 921 922 922 i.mce-i-undo:before { 923 content: '\f171';923 content: "\f171"; 924 924 } 925 925 926 926 i.mce-i-redo:before { 927 content: '\f172';927 content: "\f172"; 928 928 } 929 929 930 930 i.mce-i-help:before, 931 931 i.mce-i-wp_help:before { 932 content: '\f223';932 content: "\f223"; 933 933 } 934 934 935 935 i.mce-i-wp-media-library:before { 936 content: '\f104';936 content: "\f104"; 937 937 } 938 938 939 939 i.mce-i-ltr:before { 940 content: '\f320';940 content: "\f320"; 941 941 } 942 942 943 943 i.mce-i-wp_page:before { 944 content: '\f105';944 content: "\f105"; 945 945 } 946 946 947 947 i.mce-i-hr:before { 948 content: '\f460';948 content: "\f460"; 949 949 } 950 950 951 951 .mce-close:before { 952 content: '\f158';952 content: "\f158"; 953 953 } 954 954 955 955 i.mce-i-wp_code:before { 956 content: '\f475';956 content: "\f475"; 957 957 } 958 958 959 959 /* RTL button icons */ 960 960 .rtl i.mce-i-outdent:before { 961 content: '\f222';961 content: "\f222"; 962 962 } 963 963 964 964 .rtl i.mce-i-indent:before { 965 content: '\f221';965 content: "\f221"; 966 966 } 967 967 968 968 /* Editors */ … … 977 977 978 978 .wp-editor-tools:after { 979 979 clear: both; 980 content: '';980 content: ""; 981 981 display: table; 982 982 } 983 983 … … 1128 1128 } 1129 1129 1130 1130 .wp-media-buttons .add_media span.wp-media-buttons-icon:before { 1131 content: '\f104';1131 content: "\f104"; 1132 1132 } 1133 1133 1134 1134 /* Quicktags */ … … 1338 1338 -moz-osx-font-smoothing: grayscale; 1339 1339 width: 36px; 1340 1340 height: 36px; 1341 content: '\f158';1341 content: "\f158"; 1342 1342 } 1343 1343 1344 1344 #wp-link-close:hover, … … 1384 1384 speak: none; 1385 1385 -webkit-font-smoothing: antialiased; 1386 1386 -moz-osx-font-smoothing: grayscale; 1387 content: '\f140';1387 content: "\f140"; 1388 1388 } 1389 1389 1390 1390 .search-panel-visible #wp-link-search-toggle:after { 1391 content: '\f142';1391 content: "\f142"; 1392 1392 } 1393 1393 1394 1394 #wp-link input[type="text"] { -
src/wp-includes/css/media-views.css
173 173 } 174 174 175 175 .media-modal-close .media-modal-icon:before { 176 content: '\f158';176 content: "\f158"; 177 177 font: normal 20px/1 dashicons; 178 178 speak: none; 179 179 vertical-align: middle; … … 836 836 } 837 837 838 838 .wp-core-ui .attachment-preview:before { 839 content: '';839 content: ""; 840 840 display: block; 841 841 padding-top: 100%; 842 842 } … … 867 867 } 868 868 869 869 .wp-core-ui .attachment .thumbnail:after { 870 content: '';870 content: ""; 871 871 display: block; 872 872 position: absolute; 873 873 top: 0; … … 1091 1091 font: normal 30px/50px dashicons !important; 1092 1092 color: #777; 1093 1093 display: inline-block; 1094 content: '\f335';1094 content: "\f335"; 1095 1095 font-weight: 300; 1096 1096 } 1097 1097 … … 1474 1474 } 1475 1475 1476 1476 .media-selection:after { 1477 content: '';1477 content: ""; 1478 1478 display: block; 1479 1479 position: absolute; 1480 1480 top: 0; … … 1585 1585 } 1586 1586 1587 1587 .attachment-info .thumbnail-image:after { 1588 content: '';1588 content: ""; 1589 1589 display: block; 1590 1590 position: absolute; 1591 1591 top: 0; … … 1745 1745 } 1746 1746 1747 1747 .media-modal .imgedit-help-toggled span.dashicons:before { 1748 content: '\f142';1748 content: "\f142"; 1749 1749 } 1750 1750 1751 1751 .media-modal .imgedit-group img { … … 1897 1897 vertical-align: top; 1898 1898 -webkit-font-smoothing: antialiased; 1899 1899 -moz-osx-font-smoothing: grayscale; 1900 content: '\f140';1900 content: "\f140"; 1901 1901 display: inline-block; 1902 1902 margin-top: -2px; 1903 1903 } 1904 1904 1905 1905 .image-details .advanced-visible .advanced-toggle:after { 1906 content: '\f142';1906 content: "\f142"; 1907 1907 } 1908 1908 1909 1909 .image-details .embed-media-settings .size { … … 1934 1934 } 1935 1935 1936 1936 .image-details .custom-size:after { 1937 content: '';1937 content: ""; 1938 1938 display: table; 1939 1939 clear: both; 1940 1940 } … … 1952 1952 } 1953 1953 1954 1954 .media-embed .thumbnail:after { 1955 content: '';1955 content: ""; 1956 1956 display: block; 1957 1957 position: absolute; 1958 1958 top: 0; -
src/wp-includes/css/wp-auth-check.css
71 71 } 72 72 73 73 #wp-auth-check-wrap .wp-auth-check-close:before { 74 content: '\f158';74 content: "\f158"; 75 75 display: block !important; 76 76 font: normal 20px/1 dashicons; 77 77 speak: none; -
src/wp-includes/css/wp-pointer.css
25 25 -webkit-border-radius: 50%; 26 26 border-radius: 50%; 27 27 color: #00a0d2; 28 content: '\f227';28 content: "\f227"; 29 29 font: normal 20px/1.6 dashicons; 30 30 position: absolute; 31 31 top: 8px; … … 62 62 .wp-pointer-buttons a.close:before { 63 63 background: none; 64 64 color: #b4b9be; 65 content: '\f153';65 content: "\f153"; 66 66 display: block !important; 67 67 font: normal 16px/1 dashicons; 68 68 speak: none; … … 149 149 border: 13px solid transparent; 150 150 border-bottom-color: #00a0d2; 151 151 display: block; 152 content: ' ';152 content: " "; 153 153 } 154 154 155 155 .wp-pointer-bottom .wp-pointer-arrow { … … 165 165 border: 13px solid transparent; 166 166 border-top-color: #fff; 167 167 display: block; 168 content: ' ';168 content: " "; 169 169 } 170 170 171 171 /* rtl:ignore */ … … 183 183 border: 13px solid transparent; 184 184 border-right-color: #fff; 185 185 display: block; 186 content: ' ';186 content: " "; 187 187 } 188 188 189 189 /* rtl:ignore */ … … 201 201 border: 13px solid transparent; 202 202 border-left-color: #fff; 203 203 display: block; 204 content: ' ';204 content: " "; 205 205 } 206 206 207 207 /* Disable pointers at responsive sizes */ -
src/wp-includes/js/thickbox/thickbox.css
126 126 } 127 127 128 128 .tb-close-icon:before { 129 content: '\f158';129 content: "\f158"; 130 130 font: normal 20px/29px dashicons; 131 131 speak: none; 132 132 -webkit-font-smoothing: antialiased;