 |
|
Code (CSS)
span input[type="text"]:focus { /* You can also use .element.text:focus here */
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
Code (PHP)
<span>
<input id="element_4_3" name="element_4_3" class="element text" size="10" maxlength="10" value="" type="text" required >
</span>
http://jsfiddle.net/4TcY3/
|
 |
 |
 |
 |
Date :
2015-08-07 21:28:37 |
By :
mr.win |
|
 |
 |
 |
 |
|
|
 |