UI Styling on Dropdowns and Text boxes

0
Hi all We have a native app that uses dropdowns, reference selectors and text boxes for search on most pages. The standard UI for these takes up a lot of screen space so we’d like to reduce their height as much as possible to allow for more data to be displayed on the page. Can anyone please point me in the direction of which style files to edit and the CSS for changing the height of these UI elements? Many thanks in advance!
asked
2 answers
1

There is a nice guide in the documentation here:

https://docs.mendix.com/howto/mobile/how-to-use-native-styling#creating-your-own-classes

https://docs.mendix.com/refguide/native-styling-refguide#6-6-reference-selector

Basically you can find what you need in the theme\native\custom-variables.js file. Copy what you need from there and use it to create your own styling in a new file. I think it's probably only the padding that you want changed?

answered
0

you can “inspect” the element on a web browser (even this is a native). And inspecting you can check what file and class you need to change or override.

 

 

answered