seitime-frappe/frappe/public/css/report-rtl.css
Omar Jaber 071947cd32 Fix fields style in reports for RTL direction (#4178)
This code will fix fields style of the reports in RTL direction
2017-10-17 15:19:04 +03:00

15 lines
163 B
CSS

.grid-report {
direction: ltr;
}
.page-form .awesomplete > ul {
left: auto;
}
.chart_area{
direction: ltr;
}
.grid-report .show-zero{
direction: rtl;
}