add explicit styles to inputs/textarea
This commit is contained in:
parent
b0f108393f
commit
61531281bd
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ body
|
||||||
.myInputs
|
.myInputs
|
||||||
{
|
{
|
||||||
border: 1px solid #3f3f3f;
|
border: 1px solid #3f3f3f;
|
||||||
|
background-color: #000000;
|
||||||
|
color: #797979;
|
||||||
}
|
}
|
||||||
|
|
||||||
.myButton
|
.myButton
|
||||||
|
|
Loading…
Reference in a new issue