Focus mit CSS

Beispiel:



input[type=text]:focus {
	background-color: #fff;
    border: none;
    outline: 2px dotted #A83B90;
}