Reset border-radius for <button> elements

This commit is contained in:
Magnus Hoff 2017-12-02 13:13:40 +01:00
parent a6e329faf0
commit df05b1de79

View file

@ -474,6 +474,7 @@ input[type="search"] {
background: white;
color: black;
border: none;
border-radius: 0;
flex: 1;
font-family: inherit;