Arty
Well-known member
There is a problem with using some CSS rules with RTL language.
For example, adding this to style property
works correctly with English language, but when viewing same page with Arabic language (no template changes, no add-ons) CSS output shows this
For example, adding this to style property
Code:
box-shadow: none !important;
Code:
box-shadow: -none !important;