PluginProbe
Booking Calendar / 11.8.3
Booking Calendar v11.8.3
11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 10.11.2 All 203 releases
← All changes | core/any/css/admin-toolbar.css +7 -0 10.1011.8.3 View file →
@@ -457,5 +457,12 @@
457 457
458 458
459 459 .wp-core-ui .chzn-right-buttons a {
460 460 min-height: 31px;
461 +}
462 +
463 +/* The SVG is arrow-down-alt2 from Dashicons. - it is \/ symbol in selectboxes in native wp. Basically used for .btn-toolbar */
464 +.wp-core-ui .wpdevelop .control-group .btn-toolbar .input-group > select,
465 +.wp-core-ui .wpdevelop select.form-control {
466 + background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat right 5px top 55%;
467 + padding: 2px 30px 2px 10px;
461 468 }