Changeset 60640
- Timestamp:
- 08/15/2025 06:14:17 PM (8 months ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
-
css/media.css (modified) (1 diff)
-
includes/image-edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/media.css
r60637 r60640 981 981 } 982 982 983 .image-editor .imgedit-menu .button {984 display: inline-block;985 width: auto;986 min-height: 28px;987 font-size: 13px;988 line-height: 2;989 padding: 0 10px;990 }991 992 983 .imgedit-menu .button:after, 993 984 .imgedit-menu .button:before { -
trunk/src/wp-admin/includes/image-edit.php
r59990 r60640 268 268 </fieldset> 269 269 <div class="imgedit-crop-apply imgedit-menu container"> 270 <button class="button -primary" type="button" onclick="imageEdit.handleCropToolClick( <?php echo "$post_id, '$nonce'"; ?>, this );" class="imgedit-crop-apply button"><?php esc_html_e( 'Apply Crop' ); ?></button> <button type="button" onclick="imageEdit.handleCropToolClick( <?php echo "$post_id, '$nonce'"; ?>, this );" class="imgedit-crop-clear button" disabled="disabled"><?php esc_html_e( 'Clear Crop' ); ?></button>270 <button class="button button-primary" type="button" onclick="imageEdit.handleCropToolClick( <?php echo "$post_id, '$nonce'"; ?>, this );" class="imgedit-crop-apply button"><?php esc_html_e( 'Apply Crop' ); ?></button> <button type="button" onclick="imageEdit.handleCropToolClick( <?php echo "$post_id, '$nonce'"; ?>, this );" class="imgedit-crop-clear button" disabled="disabled"><?php esc_html_e( 'Clear Crop' ); ?></button> 271 271 </div> 272 272 </div>
Note: See TracChangeset
for help on using the changeset viewer.