PluginProbe
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant / trunk
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant vtrunk
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 1.9.12 All 59 releases
merchant / assets / css / admin / admin-rtl.css

admin-rtl.css in Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant trunk, at assets/css/admin/admin-rtl.css

104 lines 3.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .rtl .merchant-top-bar {
2 margin: 0 0 30px 0px;
3 }
4 .rtl .merchant-notifications-sidebar {
5 left: 0;
6 right: unset;
7 -webkit-transform: translate3d(-100%, 0, 0);
8 transform: translate3d(-100%, 0, 0);
9 }
10 .rtl .merchant-notifications-sidebar.opened {
11 -webkit-transform: translate3d(0, 0, 0);
12 transform: translate3d(0, 0, 0);
13 }
14 .rtl .merchant-notifications-sidebar .merchant-notifications-sidebar-close {
15 left: 15px;
16 right: unset;
17 }
18 .rtl .merchant-notifications-sidebar .merchant-notifications-sidebar-body {
19 direction: ltr;
20 }
21 .rtl .merchant-modules-header-shortlinks li a svg:last-child {
22 -webkit-transform: rotate(180deg);
23 transform: rotate(180deg);
24 }
25 .rtl .merchant-module-page-setting-box .merchant-module-page-setting-title {
26 padding-right: unset;
27 padding-left: 50px;
28 }
29 .rtl .merchant-modules-list-item-badge-wrapper {
30 right: unset;
31 left: 20px;
32 }
33 .rtl .merchant-module-page-ajax-header {
34 right: 160px;
35 left: 0;
36 }
37 .rtl .merchant-module-page-preview-browser-top-circle {
38 margin-right: 7px;
39 margin-left: 0;
40 }
41 .rtl .merchant-flexible-content-control .layout .layout-count {
42 margin-left: 10px;
43 margin-right: 0;
44 }
45 .rtl .merchant-module-page-setting-field-before-input {
46 border-radius: 0 5px 5px 0;
47 }
48 .rtl .merchant-module-page-setting-field-range input[type=number] {
49 padding: 12px 10px 12px 25px;
50 }
51 .rtl .merchant-module-page-setting-field-range .merchant-range-unit {
52 right: unset;
53 left: 10px;
54 }
55 .rtl .merchant-flexible-content-control:not(.table-style) .layout {
56 border-right: 3px solid #838383;
57 border-left: 1px solid #c3c4c7;
58 }
59 .rtl .merchant-flexible-content-control:not(.table-style) .layout.active {
60 border-right: 3px solid #3858e9;
61 border-left: 1px solid #c3c4c7;
62 }
63 .rtl .merchant-flexible-content-control .customize-control-flexible-content-add-list {
64 padding: 3px 5px 3px 3px;
65 }
66 .rtl .merchant-flexible-content-control .customize-control-flexible-content-add-list.active {
67 border-left: 1px solid #c3c4c7;
68 border-right: 3px solid #3858e9;
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 }
81 .rtl .merchant-sortable-repeater-control input[type=text] {
82 border-radius: 0 4px 4px 0;
83 }
84 .rtl .merchant-module-page-setting-field-select select,
85 .rtl .merchant-module-page-setting-field-select_ajax select,
86 .rtl .merchant-module-page-setting-field-select_size_chart select {
87 padding: 12px 12px 12px 20px;
88 }
89 .rtl .merchant-admin-footer-text-link {
90 padding-left: 5px;
91 padding-right: unset;
92 }
93 .rtl .merchant-module-deactivate-dropdown,
94 .rtl .merchant-module-dropdown {
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;
103 right: 0;
104 }