PluginProbe ʕ •ᴥ•ʔ
VikAppointments Services Booking Calendar / trunk
VikAppointments Services Booking Calendar vtrunk
trunk 1.2.17 1.2.18 1.2.19
vikappointments / media / css / bc / wp5.5.css
vikappointments / media / css / bc Last commit date
wp5.3.css 4 years ago wp5.5.css 4 years ago wp7.0.css 1 month ago
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 }