• support@answerspoint.com

How to remove border (outline) around text/input boxes? (Chrome) [duplicate]

1857

Can anyone explain how to remove the orange or blue border (outline) around text/input boxes? I think it only happens on Chrome to show that the input box is active. Here's the input CSS I'm using:

input {
    background-color: transparent;
    border: 0px solid;
    height: 20px;
    width: 160px;
    color: #CCC;
}
  • CSS

  • asked 8 years ago
  • B Butts

0Answer


Your Answer

    Facebook Share        
       
  • asked 8 years ago
  • viewed 1857 times
  • active 8 years ago

Best Rated Questions