How css overrides work in ES 1.2 ?
It seems that is different from 1.6
All the css files are minified into 2 files:
style.min.css and
more.min.css and simply copying these 2 files into
/templates/template_name/html/com_easysocial/styles/
will not trigger the override.
PS: I have to re-make from scratch the entire template override for ES 2, since the overrides i already made for ES 1.6 does not work anymore, a lot have changed in the codebase.