css remove outline

36

textarea:focus, input:focus{
    outline: none;
}
#content #main-content input[type=text]{
   border: 0;
   border: 1px solid #ccc;
   height: 40px;
   padding-left: 10px;
   outline: 0;
 }

Comments

Submit
0 Comments