Fixed input field text color.
This commit is contained in:
parent
8265359c72
commit
148d8ffb51
2 changed files with 6 additions and 7 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue