wp5.3.css
82 lines
| 1 | input[type="checkbox"] { |
| 2 | width: 16px !important; |
| 3 | height: 16px !important; |
| 4 | } |
| 5 | |
| 6 | @media screen and (max-width: 782px) { |
| 7 | /* use bigger checkboxes on mobile devices */ |
| 8 | input[type="checkbox"] { |
| 9 | width: 1.5625rem !important; |
| 10 | height: 1.5625rem !important; |
| 11 | } |
| 12 | /* do not alter input height */ |
| 13 | input, select { |
| 14 | min-height: auto !important; |
| 15 | } |
| 16 | /* reset padding */ |
| 17 | select { |
| 18 | padding-top: 0 !important; |
| 19 | padding-bottom: 0 !important; |
| 20 | } |
| 21 | } |
| 22 | |
| 23 | .btn-group button.btn, |
| 24 | .btn-group a.btn, |
| 25 | .input-append button.btn, |
| 26 | .input-append a.btn, |
| 27 | .input-prepend button.btn, |
| 28 | .input-prepend a.btn, |
| 29 | .input-prepend span.btn { |
| 30 | padding: 6px 8px; |
| 31 | } |
| 32 | .btn-group button.btn-mini, |
| 33 | .btn-group a.btn-mini, |
| 34 | .input-append button.btn-mini, |
| 35 | .input-append a.btn-mini, |
| 36 | .input-prepend button.btn-mini, |
| 37 | .input-prepend a.btn-mini, |
| 38 | .input-prepend span.btn-mini { |
| 39 | padding: 0 6px; |
| 40 | } |
| 41 | |
| 42 | .btn-group input, |
| 43 | .input-append input, |
| 44 | .input-prepend input { |
| 45 | height: 30px; |
| 46 | } |
| 47 | |
| 48 | .select2-search { |
| 49 | margin-top: 5px; |
| 50 | margin-bottom: 5px; |
| 51 | } |
| 52 | .select2-search input, |
| 53 | .postbox-container input { |
| 54 | padding-top: 0 !important; |
| 55 | padding-bottom: 0 !important; |
| 56 | } |
| 57 | |
| 58 | .media-sidebar input, |
| 59 | .media-sidebar select { |
| 60 | width: 65% !important; |
| 61 | } |
| 62 | |
| 63 | table.wp-list-table th input[name="checkall-toggle"] { |
| 64 | margin: 0; |
| 65 | } |
| 66 | |
| 67 | table.wp-list-table input[type="text"] { |
| 68 | height: 22px; |
| 69 | line-height: 22px; |
| 70 | min-height: initial; |
| 71 | } |
| 72 | |
| 73 | .select2-container, |
| 74 | .form-with-select > * { |
| 75 | vertical-align: top !important; |
| 76 | } |
| 77 | .select2-container .select2-choice { |
| 78 | height: 28px !important; |
| 79 | } |
| 80 | .form-with-select .select2-container-multi .select2-choices { |
| 81 | height: 28px !important; |
| 82 | } |