Changeset 61480 for trunk/src/wp-admin/css/themes.css
- Timestamp:
- 01/13/2026 10:07:57 PM (2 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/css/themes.css (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/themes.css
r60975 r61480 305 305 border-radius: 50%; 306 306 display: inline-block; 307 content: "\f132"; 307 308 content: "\f132" / ''; 308 309 -webkit-font-smoothing: antialiased; … … 409 410 color: #787c82; 410 411 display: inline-block; 412 content: "\f335"; 411 413 content: "\f335" / ''; 412 414 font-weight: 300; … … 468 470 469 471 .theme-overlay .theme-header .left:before { 472 content: "\f341"; 470 473 content: "\f341" / ''; 471 474 } 472 475 473 476 .theme-overlay .theme-header .right:before { 477 content: "\f345"; 474 478 content: "\f345" / ''; 475 479 } … … 1023 1027 .theme-browser .theme .notice-success p:before { 1024 1028 color: #68de7c; 1029 content: "\f147"; 1025 1030 content: "\f147" / ''; 1026 1031 display: inline-block; … … 1518 1523 .theme-install-overlay .close-full-overlay:before { 1519 1524 font: normal 22px/1 dashicons; 1525 content: "\f335"; 1520 1526 content: "\f335" / ''; 1521 1527 position: relative; … … 1526 1532 .theme-install-overlay .previous-theme:before { 1527 1533 font: normal 20px/1 dashicons; 1534 content: "\f341"; 1528 1535 content: "\f341" / ''; 1529 1536 position: relative; … … 1534 1541 .theme-install-overlay .next-theme:before { 1535 1542 font: normal 20px/1 dashicons; 1543 content: "\f345"; 1536 1544 content: "\f345" / ''; 1537 1545 position: relative; … … 1620 1628 .wp-full-overlay .collapse-sidebar-arrow:before { 1621 1629 display: block; 1630 content: "\f148"; 1622 1631 content: "\f148" / ''; 1623 1632 background: #f0f0f1; … … 1741 1750 1742 1751 .wp-full-overlay-footer .devices .preview-desktop:before { 1752 content: "\f472"; 1743 1753 content: "\f472" / ''; 1744 1754 } 1745 1755 1746 1756 .wp-full-overlay-footer .devices .preview-tablet:before { 1757 content: "\f471"; 1747 1758 content: "\f471" / ''; 1748 1759 } 1749 1760 1750 1761 .wp-full-overlay-footer .devices .preview-mobile:before { 1762 content: "\f470"; 1751 1763 content: "\f470" / ''; 1752 1764 }
Note: See TracChangeset
for help on using the changeset viewer.