Moodle Mobile CSS file

Re: Moodle Mobile CSS file

by Dani Palou -
Number of replies: 1
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Hi Chris,

the main.css file I sent above is only for the app, not for browser. In browser the theme in your Moodle site will be applied. They are different, the CSS of the site doesn't apply to the app and the other way around.

The point 2 is correct. You only need to include the parts you want to modify.

We don't have any list of objects for the app. The example you provided is part of the Ionic CSS, it isn't used in the app. Ionic is the framework we use to build the mobile app.

You can find a bit more info in here:

https://docs.moodle.org/dev/Moodle_Mobile_Themes

In general I recommend you to use the webapp to run the app, inspect the elements you want to modify and check which classes and styles they currently have.

Cheers,

Dani

In reply to Dani Palou

Re: Moodle Mobile CSS file

by Leonardo Carlos -
Hello everyone, everything good? When I change my app's css and ionic coils the code and updates the project it disregards all my modifications and when I vote for the code it goes the same way, nothing changes, but when I update the code it comes back as it was before . Someone help me ?