| 1 |
.cf7d-table-setting .cf7d-switch-wrap { |
| 2 |
overflow: unset; |
| 3 |
} |
| 4 |
|
| 5 |
[dir=rtl] .ant-select-dropdown { |
| 6 |
right: unset; |
| 7 |
} |
| 8 |
|
| 9 |
[dir=rtl] .ant-popover { |
| 10 |
right: unset; |
| 11 |
} |
| 12 |
|
| 13 |
[dir=rtl] .cf7d-pagination-header-wrap .anticon-right, |
| 14 |
[dir=rtl] .cf7d-pagination-header-wrap .anticon-left, |
| 15 |
[dir=rtl] .cf7d-pagination-footer-wrap .anticon-right, |
| 16 |
[dir=rtl] .cf7d-pagination-footer-wrap .anticon-left |
| 17 |
{ |
| 18 |
transform: rotate(184deg); |
| 19 |
} |
| 20 |
|
| 21 |
[dir=rtl] .cf7d-table-content-row i.anticon-right { |
| 22 |
transform: rotate(184deg) !important; |
| 23 |
margin-top: -7px; |
| 24 |
} |
| 25 |
[dir=rtl] .cf7d-pagination-footer-wrap .anticon-double-right, |
| 26 |
[dir=rtl] .cf7d-pagination-header-wrap .anticon-double-right, |
| 27 |
[dir=rtl] .cf7d-pagination-header-wrap .anticon-double-left, |
| 28 |
[dir=rtl] .cf7d-pagination-footer-wrap .anticon-double-left { |
| 29 |
transform: rotate(184deg) !important; |
| 30 |
} |
| 31 |
|