Files
icehrm/web/css/rtl.css
2019-02-03 13:57:59 +01:00

8 lines
87 B
CSS

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