Changeset 61877
- Timestamp:
- 03/10/2026 09:35:52 AM (2 weeks ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 2 edited
-
common.css (modified) (1 diff)
-
dashboard.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r61876 r61877 2264 2264 } 2265 2265 2266 .sortable-placeholder {2266 .sortable-placeholder:not(.empty-container .sortable-placeholder) { 2267 2267 border: 1px dashed #c3c4c7; 2268 border-radius: 8px; 2268 2269 margin-bottom: 20px; 2269 2270 } -
trunk/src/wp-admin/css/dashboard.css
r61852 r61877 84 84 85 85 .is-dragging-metaboxes #dashboard-widgets .postbox-container .empty-container { 86 outline: 2px dashed rgb(0, 0, 0, 0.15);87 86 background: rgb(0, 0, 0, 0.01); 88 87 }
Note: See TracChangeset
for help on using the changeset viewer.