This custom CSS modifies the appearance of the specific input field to which the changes are being applied in the app.
Write your custom css in curly brackets: { "your css code" }
Frequently used css codes: background-color, border-radius etc. For example:
{ border-radius:10px; }
Last updated 8 months ago