Skip to content

Commit fa3529e

Browse files
committed
Rebuild css file for rtl support
1 parent 5b0edfd commit fa3529e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/datepicker.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
-webkit-border-radius: 4px;
1414
-moz-border-radius: 4px;
1515
border-radius: 4px;
16+
direction: ltr;
1617
/*.dow {
1718
border-top: 1px solid #ddd !important;
1819
}*/
@@ -21,6 +22,9 @@
2122
.datepicker-inline {
2223
width: 220px;
2324
}
25+
.datepicker-rtl {
26+
direction: rtl;
27+
}
2428
.datepicker-dropdown {
2529
top: 0;
2630
left: 0;

0 commit comments

Comments
 (0)