11/05/2007, 08:36
|
| Colaborador | | Fecha de Ingreso: mayo-2002 Ubicación: Funkyland
Mensajes: 8.433
Antigüedad: 22 años, 7 meses Puntos: 177 | |
Re: css en controles de formularios Cita: input, textarea{
background: #fff;
border: 1px solid #c6c6c6;
}
input:hover, textarea:hover {
background: #FBFFE8;
}
input:focus, textarea:focus {
background: #F9F9F9;
} |