OfekA Posted October 26, 2012 Share Posted October 26, 2012 How to make "rtl.css" overwrite any other css files on RTL languages? Whenever i add some different styles to "rtl.css", other css files overwrite it and it has no effect.. Link to comment Share on other sites More sharing options...
phrasespot Posted October 30, 2012 Share Posted October 30, 2012 In PS It is very difficult to control the order of loading with style sheets. Even if you modify core to add rtl.css to load last, an installed/reset module, a theme may load its own style sheets, potentially overwriting rules defined in earllier ones. And this is w/o taking CCC into account. So there is no general solution. You need to know your installation inside out and modify it to load the rtl.css last after everything else is loaded. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now