Files
icehrm/web/css/rtl.css
Thilina Hasantha 16014bb38e Upgrade to v26 (#172)
* A bunch of new updates from icehrm pro

* Push changes to frontend
2019-02-03 14:00:34 +01:00

8 lines
87 B
CSS

input, button, select, textarea {
direction: rtl;
}
table {
direction: rtl;
}