Horje
css remove border input focus Code Example
css remove border input focus
textarea:focus, input:focus{
    outline: none;
}
css remove outline
element{outline:none;}
hide input border on focus
input:focus{
    border: none;
}
remove focus border
*:focus {
  outline: none;
}
Source: cssf1.com




Css

Related
text align left top Code Example text align left top Code Example
form field focus border remove css Code Example form field focus border remove css Code Example
how to center an hr Code Example how to center an hr Code Example
html remove border from textarea Code Example html remove border from textarea Code Example
how to change the underline thickness in css Code Example how to change the underline thickness in css Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
14