Browse Source

remove outline from the input

since you're using a rounded input, some browsers will still show a rectangle outline when the input is focused. chrome on osx, for instance, does this.
Steve Byerly 8 years ago
parent
commit
3719610879
1 changed files with 1 additions and 0 deletions
  1. 1 0
      public/css/style.css

+ 1 - 0
public/css/style.css

@@ -104,6 +104,7 @@ color: #ffffff;
 float: left;
 padding: 15px;
 margin-bottom: 15px;
+outline: none;
 }
 
 @media only screen and (max-device-width: 420px)  {