fix input styling

This commit is contained in:
Pfingstfrosch 2020-06-04 20:14:09 +02:00
parent 31f437c37a
commit cf0422731c
2 changed files with 5 additions and 3 deletions

View File

@ -121,9 +121,10 @@ input[type=text], input[type=url], input[type=email], input[type=password], inpu
}
input {
background-color: #3F51B5;
border: none;
color: white;
background-color: white;
border: solid #3F51B5;
border-width: 1px;
color: #3F51B5;
padding: 3px 3px;
text-align: center;
text-decoration: none;

View File

@ -43,6 +43,7 @@
-webkit-text-fill-color: #ffffff;
background-color: #ff1919;
border-radius: 4px;
border-color: #ff1919;
}
}