added background-color trasparent to inputs and buttons
background-color: transparent;
This commit is contained in:
parent
71b260f25d
commit
1d87ebabf1
1 changed files with 1 additions and 0 deletions
|
@ -17,5 +17,6 @@ button,
|
|||
input,
|
||||
textarea {
|
||||
display: block;
|
||||
background-color: transparent;
|
||||
font: inherit;
|
||||
}
|
Loading…
Reference in a new issue