Ver Mensaje Individual
  #3 (permalink)  
Antiguo 23/11/2011, 13:07
Avatar de ryugen
ryugen
Colaborador
 
Fecha de Ingreso: agosto-2008
Ubicación: Rosario, Santa Fe
Mensajes: 350
Antigüedad: 16 años, 2 meses
Puntos: 187
Respuesta: Al dar clic en un input no se vea el border

Código CSS:
Ver original
  1. .input,input:hover,input:focus{
  2.      border:0px solid;
  3.      background-color:transparent;
  4.      outline:0px;
  5. }