How to change background color of login input fields (which class)?

0
Which class should I use in SASS to change the background-color of the login and password input fields of the Login Form widget?  https://appstore.home.mendix.com/link/app/87/ I tried to find the right css class by inspecting the login in browser, but whatever I do the background is always light-blue.
asked
1 answers
0

#usernameInput and #passwordInput

if they are not in the standard.sass just add them to the _custom.sass

answered