Skip to content

Commit

Permalink
removed red outline around text box
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketinventor committed Oct 28, 2016
1 parent 4731477 commit 276ec05
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions In Javascript/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,6 @@ textarea:hover {
box-shadow: 0px 0px 9px black;
}

input[type="text"]:focus,
textarea:focus {
border: 1px solid #CB4242;
box-shadow: 0px 0px 9px #cb4242;
}

input,
textarea,
button {
Expand Down

0 comments on commit 276ec05

Please sign in to comment.