Inputs: replace border with a background-color
This commit is contained in:
parent
1f85dbe046
commit
53d78aa409
|
@ -15,7 +15,7 @@
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
color: var(--secondary-text-color);
|
color: var(--secondary-text-color);
|
||||||
border-bottom: 1px solid var(--secondary-text-color);
|
background-color: var(--search-bar-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ft-input-component ::-webkit-input-placeholder {
|
.ft-input-component ::-webkit-input-placeholder {
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
.forceTextColor .ft-input {
|
.forceTextColor .ft-input {
|
||||||
color: var(--text-with-main-color);
|
color: var(--text-with-main-color);
|
||||||
border-bottom: 1px solid var(--text-with-main-color);
|
background-color: var(--primary-input-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.forceTextColor ::-webkit-input-placeholder {
|
.forceTextColor ::-webkit-input-placeholder {
|
||||||
|
|
Loading…
Reference in New Issue