Changeset 61480 for trunk/src/wp-admin/css/common.css
- Timestamp:
- 01/13/2026 10:07:57 PM (2 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/css/common.css (modified) (18 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r60885 r61480 560 560 561 561 .js-update-details-toggle[aria-expanded="true"] .dashicons::before { 562 content: "\f142"; 562 563 content: "\f142" / ''; 563 564 } … … 806 807 background: none; 807 808 color: #787c82; 809 content: "\f153"; 808 810 content: "\f153" / ''; 809 811 display: block; … … 1133 1135 1134 1136 .wp-filter .drawer-toggle:before { 1137 content: "\f111"; 1135 1138 content: "\f111" / ''; 1136 1139 margin: 0 5px 0 0; … … 1525 1528 #plugin-information-footer .update-now:not(.button-disabled):before { 1526 1529 color: #d63638; 1530 content: "\f463"; 1527 1531 content: "\f463" / ''; 1528 1532 display: inline-block; … … 1587 1591 .button.activating-message:before { 1588 1592 color: #d63638; 1593 content: "\f463"; 1589 1594 content: "\f463" / ''; 1590 1595 } … … 1623 1628 .button.activated-message:before { 1624 1629 color: #68de7c; 1630 content: "\f147"; 1625 1631 content: "\f147" / ''; 1626 1632 } … … 1629 1635 .update-message.notice-error p:before { 1630 1636 color: #d63638; 1637 content: "\f534"; 1631 1638 content: "\f534" / ''; 1632 1639 } … … 1838 1845 #screen-meta-links .show-settings:after { 1839 1846 right: 0; 1847 content: "\f140"; 1840 1848 content: "\f140" / ''; 1841 1849 font: normal 20px/1 dashicons; … … 1851 1859 1852 1860 #screen-meta-links .screen-meta-active:after { 1861 content: "\f142"; 1853 1862 content: "\f142" / ''; 1854 1863 } … … 2672 2681 2673 2682 .star-rating .star-full:before { 2683 content: "\f155"; 2674 2684 content: "\f155" / ''; 2675 2685 } 2676 2686 2677 2687 .star-rating .star-half:before { 2688 content: "\f459"; 2678 2689 content: "\f459" / ''; 2679 2690 } … … 2684 2695 2685 2696 .star-rating .star-empty:before { 2697 content: "\f154"; 2686 2698 content: "\f154" / ''; 2687 2699 } … … 3175 3187 3176 3188 .plugin-details-modal #TB_closeWindowButton:after { 3189 content: "\f335"; 3177 3190 content: "\f335" / ''; 3178 3191 font: normal 32px/29px 'dashicons'; … … 3201 3214 .bulk-action-notice .toggle-indicator::before, 3202 3215 .privacy-text-box .toggle-indicator::before { 3216 content: "\f142"; 3203 3217 content: "\f142" / ''; 3204 3218 display: inline-block; … … 3213 3227 .bulk-action-notice .bulk-action-errors-collapsed .toggle-indicator::before, 3214 3228 .privacy-text-box.closed .toggle-indicator::before { 3229 content: "\f140"; 3215 3230 content: "\f140" / ''; 3216 3231 } 3217 3232 3218 3233 .postbox .handle-order-higher .order-higher-indicator::before { 3234 content: "\f343"; 3219 3235 content: "\f343" / ''; 3220 3236 color: inherit; … … 3222 3238 3223 3239 .postbox .handle-order-lower .order-lower-indicator::before { 3240 content: "\f347"; 3224 3241 content: "\f347" / ''; 3225 3242 color: inherit; … … 3345 3362 } 3346 3363 [role="treeitem"][aria-expanded="false"] > .folder-label .icon:after { 3364 content: "\f139"; 3347 3365 content: "\f139" / ''; 3348 3366 } 3349 3367 [role="treeitem"][aria-expanded="true"] > .folder-label .icon:after { 3368 content: "\f140"; 3350 3369 content: "\f140" / ''; 3351 3370 } … … 3563 3582 .wp-customizer .accordion-section-title:after, 3564 3583 .widget-top .widget-action .toggle-indicator:before { 3584 content: "\f140"; 3565 3585 content: "\f140" / ''; 3566 3586 font: normal 20px/1 dashicons; … … 3611 3631 .widget.open .widget-top .widget-action .toggle-indicator:before, 3612 3632 .widget.widget-in-question .widget-top .widget-action .toggle-indicator:before { 3633 content: "\f142"; 3613 3634 content: "\f142" / ''; 3614 3635 }
Note: See TracChangeset
for help on using the changeset viewer.