PluginProbe
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant / 2.3.2
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant v2.3.2
2.3.2 2.3.1 2.3.0 2.2.8 2.2.7 trunk 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.11.0 1.11.1 1.11.2 1.6 1.7 1.8 1.8.1 1.8.2 1.8.3 1.9.0 1.9.1 1.9.10 1.9.11 All 60 releases
← All changes | assets/css/admin/admin-rtl.css +18 -4 1.10.32.3.2 View file →
@@ -66,15 +66,22 @@
66 66 .rtl .merchant-flexible-content-control .customize-control-flexible-content-add-list.active {
67 67 border-left: 1px solid #c3c4c7;
68 68 border-right: 3px solid #3858e9;
69 69 }
70 +.rtl .merchant-sortable-repeater-control .customize-control-sortable-repeater-delete,
71 +.rtl .merchant-sortable-repeater-icons-control .customize-control-sortable-repeater-delete {
72 + border-radius: 4px 0 0 4px;
73 + margin-left: 0;
74 + margin-right: -1px;
75 +}
76 +.rtl .merchant-sortable-repeater-control .repeater .dashicons-menu,
77 +.rtl .merchant-sortable-repeater-icons-control .repeater .dashicons-menu {
78 + margin-left: 0;
79 + margin-right: -1px;
80 +}
70 81 .rtl .merchant-sortable-repeater-control input[type=text] {
71 82 border-radius: 0 4px 4px 0;
72 83 }
73 -.rtl .merchant-sortable-repeater-control .customize-control-sortable-repeater-delete {
74 - border-radius: 4px 0 0 4px;
75 - border-right: 0;
76 -}
77 84 .rtl .merchant-module-page-setting-field-select select,
78 85 .rtl .merchant-module-page-setting-field-select_ajax select,
79 86 .rtl .merchant-module-page-setting-field-select_size_chart select {
80 87 padding: 12px 12px 12px 20px;
@@ -85,6 +92,13 @@
85 92 }
86 93 .rtl .merchant-module-deactivate-dropdown,
87 94 .rtl .merchant-module-dropdown {
88 95 left: unset;
96 + right: 0;
97 +}
98 +.rtl .merchant-sortable-repeater-icons-control .merchant-icon-picker-toggle {
99 + border-radius: 0 4px 4px 0;
100 +}
101 +.rtl .merchant-sortable-repeater-icons-control .merchant-icon-picker-dropdown {
102 + left: auto;
89 103 right: 0;
90 104 }