fix input styling
This commit is contained in:
parent
31f437c37a
commit
cf0422731c
@ -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;
|
||||
|
||||
@ -43,6 +43,7 @@
|
||||
-webkit-text-fill-color: #ffffff;
|
||||
background-color: #ff1919;
|
||||
border-radius: 4px;
|
||||
border-color: #ff1919;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user