Slickgrid ltr in rtl mode (#3744)

This commit is contained in:
Faris Ansari 2017-07-20 10:29:42 +05:30 committed by Rushabh Mehta
parent 9418d5b6ba
commit aa791ead3e
2 changed files with 7 additions and 0 deletions

View file

@ -54,3 +54,6 @@
.slick-row.odd .slick-cell {
background-color: #fafbfc;
}
.frappe-rtl .slick-wrapper {
direction: ltr;
}

View file

@ -60,3 +60,7 @@
.slick-row.odd .slick-cell {
background-color: @light-bg;
}
.frappe-rtl .slick-wrapper {
direction: ltr;
}