| @@ -98,9 +98,9 @@ | ||
| 98 | 98 | <div class="elementor-image-dimensions-field elementor-control-unit-2"> |
| 99 | 99 | <input id="<?php $this->print_control_uid( 'height' ); ?>" type="number" data-setting="height" /> |
| 100 | 100 | <label for="<?php $this->print_control_uid( 'height' ); ?>" class="elementor-image-dimensions-field-description"><?php echo esc_html__( 'Height', 'elementor' ); ?></label> |
| 101 | 101 | </div> |
| 102 | - <button class="elementor-button elementor-image-dimensions-apply-button"><?php echo esc_html__( 'Apply', 'elementor' ); ?></button> | |
| 102 | + <button class="elementor-button elementor-button-success elementor-image-dimensions-apply-button"><?php echo esc_html__( 'Apply', 'elementor' ); ?></button> | |
| 103 | 103 | </div> |
| 104 | 104 | </div> |
| 105 | 105 | <?php |
| 106 | 106 | } |