Reset border-radius for <button> elements
This commit is contained in:
parent
a6e329faf0
commit
df05b1de79
1 changed files with 1 additions and 0 deletions
|
@ -474,6 +474,7 @@ input[type="search"] {
|
||||||
background: white;
|
background: white;
|
||||||
color: black;
|
color: black;
|
||||||
border: none;
|
border: none;
|
||||||
|
border-radius: 0;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
|
|
Loading…
Reference in a new issue