diff --git wp-admin/css/forms-rtl.css wp-admin/css/forms-rtl.css
index 4e282cb..7c5b4b0 100644
|
|
input[type="number"].small-text { |
356 | 356 | width: 65px; |
357 | 357 | } |
358 | 358 | |
| 359 | input[type="number"].large-text, |
| 360 | input[type="number"].regular-text, |
| 361 | input[type="number"].small-text { |
| 362 | height: 28px; |
| 363 | line-height: 24px; |
| 364 | } |
| 365 | |
359 | 366 | #doaction, |
360 | 367 | #doaction2, |
361 | 368 | #post-query-submit { |
diff --git wp-admin/css/forms.css wp-admin/css/forms.css
index 98ab46e..bb1cd2d 100644
|
|
input[type="number"].small-text { |
356 | 356 | width: 65px; |
357 | 357 | } |
358 | 358 | |
| 359 | input[type="number"].large-text, |
| 360 | input[type="number"].regular-text, |
| 361 | input[type="number"].small-text { |
| 362 | height: 28px; |
| 363 | line-height: 24px; |
| 364 | } |
| 365 | |
359 | 366 | #doaction, |
360 | 367 | #doaction2, |
361 | 368 | #post-query-submit { |