I want to apply my own css styles to the text boxes while using materialize css. But I cannot find any option to get the browser default text boxes.
Is there a way by which I can omit the default style provided in the Materialize css framework?
Specify input type, then add the browser-default class.
<input type="text" class="browser-default">
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With