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 {
|
input {
|
||||||
background-color: #3F51B5;
|
background-color: white;
|
||||||
border: none;
|
border: solid #3F51B5;
|
||||||
color: white;
|
border-width: 1px;
|
||||||
|
color: #3F51B5;
|
||||||
padding: 3px 3px;
|
padding: 3px 3px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|||||||
@ -43,6 +43,7 @@
|
|||||||
-webkit-text-fill-color: #ffffff;
|
-webkit-text-fill-color: #ffffff;
|
||||||
background-color: #ff1919;
|
background-color: #ff1919;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
border-color: #ff1919;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user