Changeset 61480 for trunk/src/wp-admin/css/dashboard.css
- Timestamp:
- 01/13/2026 10:07:57 PM (2 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/css/dashboard.css (modified) (15 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/dashboard.css
r60885 r61480 353 353 .welcome-panel .welcome-write-blog:before, 354 354 .welcome-panel .welcome-edit-page:before { 355 content: "\f119"; 355 356 content: "\f119" / ''; 356 357 top: -3px; … … 359 360 /* @deprecated 5.9.0 -- Icons removed from welcome panel. */ 360 361 .welcome-panel .welcome-add-page:before { 362 content: "\f132"; 361 363 content: "\f132" / ''; 362 364 top: -1px; … … 365 367 /* @deprecated 5.9.0 -- Icons removed from welcome panel. */ 366 368 .welcome-panel .welcome-setup-home:before { 369 content: "\f102"; 367 370 content: "\f102" / ''; 368 371 top: -1px; … … 371 374 /* @deprecated 5.9.0 -- Icons removed from welcome panel. */ 372 375 .welcome-panel .welcome-view-site:before { 376 content: "\f115"; 373 377 content: "\f115" / ''; 374 378 top: -2px; … … 377 381 /* @deprecated 5.9.0 -- Icons removed from welcome panel. */ 378 382 .welcome-panel .welcome-widgets-menus:before { 383 content: "\f116"; 379 384 content: "\f116" / ''; 380 385 top: -2px; … … 383 388 /* @deprecated 5.9.0 -- Icons removed from welcome panel. */ 384 389 .welcome-panel .welcome-widgets:before { 390 content: "\f538"; 385 391 content: "\f538" / ''; 386 392 top: -2px; … … 389 395 /* @deprecated 5.9.0 -- Icons removed from welcome panel. */ 390 396 .welcome-panel .welcome-menus:before { 397 content: "\f163"; 391 398 content: "\f163" / ''; 392 399 top: -2px; … … 395 402 /* @deprecated 5.9.0 -- Icons removed from welcome panel. */ 396 403 .welcome-panel .welcome-comments:before { 404 content: "\f117"; 397 405 content: "\f117" / ''; 398 406 top: -1px; … … 401 409 /* @deprecated 5.9.0 -- Icons removed from welcome panel. */ 402 410 .welcome-panel .welcome-learn-more:before { 411 content: "\f118"; 403 412 content: "\f118" / ''; 404 413 top: -1px; … … 410 419 #dashboard_right_now li a:before, 411 420 #dashboard_right_now li > span:before { /* get only the first level span to exclude screen-reader-text in mu-storage */ 412 content: "\f159" / ''; /* generic icon for items added by CPTs ? */413 421 padding: 0 5px 0 0; 422 /* generic icon for items added by CPTs ? */ 423 content: "\f159"; 424 content: "\f159" / ''; 414 425 } 415 426 416 427 #dashboard_right_now .page-count a:before, 417 428 #dashboard_right_now .page-count span:before { 429 content: "\f105"; 418 430 content: "\f105" / ''; 419 431 } … … 421 433 #dashboard_right_now .post-count a:before, 422 434 #dashboard_right_now .post-count span:before { 435 content: "\f109"; 423 436 content: "\f109" / ''; 424 437 } 425 438 426 439 #dashboard_right_now .comment-count a:before { 440 content: "\f101"; 427 441 content: "\f101" / ''; 428 442 } 429 443 430 444 #dashboard_right_now .comment-mod-count a:before { 445 content: "\f125"; 431 446 content: "\f125" / ''; 432 447 } 433 448 434 449 #dashboard_right_now .storage-count a:before { 450 content: "\f104"; 435 451 content: "\f104" / ''; 436 452 } 437 453 438 454 #dashboard_right_now .storage-count.warning a:before { 455 content: "\f153"; 439 456 content: "\f153" / ''; 440 457 } 441 458 442 459 #dashboard_right_now .search-engines-info:before { 460 content: "\f348"; 443 461 content: "\f348" / ''; 444 462 color: #d63638; … … 560 578 561 579 .community-events .ce-separator::before { 580 content: "\2022"; 562 581 content: "\2022" / ''; 563 582 } … … 575 594 } 576 595 .event-meetup .event-icon:before { 596 content: "\f484"; 577 597 content: "\f484" / ''; 578 598 } 579 599 .event-wordcamp .event-icon:before { 600 content: "\f486"; 580 601 content: "\f486" / ''; 581 602 } … … 860 881 861 882 #dashboard_activity .comment-meta span.approve:before { 883 content: "\f227"; 862 884 content: "\f227" / ''; 863 885 font: 20px/.5 dashicons; … … 1134 1156 1135 1157 .rss-widget cite:before { 1158 content: "\2014"; 1136 1159 content: "\2014" / ''; 1137 1160 }
Note: See TracChangeset
for help on using the changeset viewer.