| @@ -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 | } |