| @@ -90,17 +90,17 @@ | ||
| 90 | 90 | <div class="elementor-control-field"> |
| 91 | 91 | <label class="elementor-control-title">{{{ data.label }}}</label> |
| 92 | 92 | <div class="elementor-control-input-wrapper"> |
| 93 | 93 | <div class="elementor-image-dimensions-field elementor-control-unit-2"> |
| 94 | - <input id="<?php $this->print_control_uid( 'width' ); ?>" type="number" data-setting="width" /> | |
| 94 | + <input id="<?php $this->print_control_uid( 'width' ); ?>" type="text" data-setting="width" /> | |
| 95 | 95 | <label for="<?php $this->print_control_uid( 'width' ); ?>" class="elementor-image-dimensions-field-description"><?php echo esc_html__( 'Width', 'elementor' ); ?></label> |
| 96 | 96 | </div> |
| 97 | 97 | <div class="elementor-image-dimensions-separator">x</div> |
| 98 | 98 | <div class="elementor-image-dimensions-field elementor-control-unit-2"> |
| 99 | - <input id="<?php $this->print_control_uid( 'height' ); ?>" type="number" data-setting="height" /> | |
| 99 | + <input id="<?php $this->print_control_uid( 'height' ); ?>" type="text" 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 | } |