wp5.5.css
21 lines
| 1 | /* the following code should be used in case the |
| 2 | pages of VikAppointments load the commons forms |
| 3 | styles of WordPress 5.3+ */ |
| 4 | .btn-toolbar .input-append > input { |
| 5 | /*border-right-width: 1px;*/ |
| 6 | /*border-top-right-radius: 4px;*/ |
| 7 | /*border-bottom-right-radius: 4px;*/ |
| 8 | } |
| 9 | |
| 10 | .btn-toolbar .input-append > input + .btn { |
| 11 | /*border-left-width: 1px;*/ |
| 12 | /*border-top-left-radius: 4px;*/ |
| 13 | /*border-bottom-left-radius: 4px;*/ |
| 14 | /*margin-left: initial;*/ |
| 15 | } |
| 16 | |
| 17 | @media screen and (max-width: 782px) { |
| 18 | .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column) { |
| 19 | width: 1% !important; |
| 20 | } |
| 21 | } |