How to edit css for mobile

Hi,

I need to change the mobile css for my company to match our branding. I seen that sugar takes the css from the directory of <projName>/mobile/css/mobile.css but this appears to be a generated file. What file do I need to edit in order to make a change for mobile users?

Parents Reply
  • I'm talking about the mobile version that uses a browser and has php files in ./clients/modules/<module>/base/mobile/view/edit/edit.php and assets in ./mobile/css etc - not the actual android app you can make in SDK. Or are you saying they are the same thing?  If so my mind is blown. I didn't know you could create an android apk from web files, I assumed they were all written in java.

    With the base platform I can just add a custom file into a module like /view/record/record.js and do anything I want. Can I not do the same with mobile views (detail/edit/list).  If it uses a browser then javascript should work ok? sorry i'm new to sugar just trying to understand the limitations.

Children