Fixed input field text color.

This commit is contained in:
Stefan Bohacek 2024-05-20 09:39:06 -04:00
parent 8265359c72
commit 148d8ffb51
No known key found for this signature in database
GPG key ID: FC75CD588A42BC10
2 changed files with 6 additions and 7 deletions

View file

@ -1,9 +1,9 @@
.fsb-prompt{
.fsb-prompt {
max-width: 500px;
margin-top: 52px;
}
.fsb-prompt label{
.fsb-prompt label {
display: block;
margin-bottom: 12px;
}
@ -14,11 +14,11 @@
vertical-align: text-bottom;
}
.fsb-support-note{
.fsb-support-note {
font-size: small;
}
.fsb-d-none{
.fsb-d-none {
display: none !important;
}
@ -54,6 +54,7 @@
input.fsb-input {
background-color: #fff;
color: #3e3e3e;
box-sizing: border-box;
margin: 0;
font-family: inherit;
@ -79,8 +80,6 @@ input.fsb-input {
border-bottom-left-radius: 0;
}
input.fsb-input ::placeholder,
input.fsb-input ::-webkit-input-placeholder,
input.fsb-input ::-ms-input-placeholder {