PluginProbe
Database for Contact Form 7 / trunk
Database for Contact Form 7 vtrunk
trunk 3.0.6 3.0.7 3.0.8 3.0.9
cf7-database / admin / assets / css / css_support_rtl.css

css_support_rtl.css in Database for Contact Form 7 trunk, at admin/assets/css/css_support_rtl.css

31 lines 805 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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