2

Consider an example of input text field.

input[type='text']{
   border:none;
   border-bottom:2px solid #666;
}
With style <br/>
<input type='text'/> 

<br/>

How do I escape the default style for the below one and display a regular input field without any style applied to it? 
<br/>

<input type='text'/> 

I am using a css framework and I don't want to alter the css page of the framework. So how do I escape the default style for the input field and display a regular input field without any style applied to it?

Is there any specific term for not applying style or escaping it?

Bharath M Shetty
  • 30,075
  • 6
  • 57
  • 108
  • seems like it's just one input you want to exclude from the styles and you don't want to alter the css file, you have to use inline styling for it. `` – DEVCNN Jun 02 '19 at 06:14
  • I think your answer is [here](https://stackoverflow.com/questions/16458648/how-to-set-css-attributes-to-default-values-for-a-specific-element-or-prevent-i) – Behzad Ghanadi Jun 02 '19 at 06:17

0 Answers0