How do I locate the mendix.css?

2
I want to change the the styling in the tabs, but when I inspect it, it shows me that the styling I want to change is in the mendix.css witch has this directory. http://localhost:8080/mxclientsystem/mendix/ui/mendix.css
asked
1 answers
1

Mendix.css is a default css file which is located in your Mendix installation folder. So this one will be applied to all your mendix project.

If you want to change your theming, the best way is to override a css class in your custom theming. That way you will only change the tabs for this particular project. You can find a stylesheet in your custom theming.

answered