fix placeholder text

This commit is contained in:
Jan-Niklas Weghorn
2023-11-15 09:52:16 +01:00
parent 9b367e5d08
commit b69c6bc97a
4 changed files with 13 additions and 22 deletions

View File

@@ -4634,13 +4634,15 @@ input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].bt
.card-img-top {
width: 100%;
border-top-left-radius: calc(.25rem - 1px);
border-top-right-radius: calc(.25rem - 1px)
border-top-right-radius: calc(.25rem - 1px);
background-color: #f5f5f6;
}
.card-img-bottom {
width: 100%;
border-bottom-right-radius: calc(.25rem - 1px);
border-bottom-left-radius: calc(.25rem - 1px)
border-bottom-left-radius: calc(.25rem - 1px);
background-color: #f5f5f6;
}
.card-deck {
@@ -10479,4 +10481,4 @@ textarea, input:not([type="submit"]):not([class="multiselect__input"]):not([clas
.ghost {
opacity: 0.5 !important;
background: #b98766 !important;
}
}

View File

@@ -4637,13 +4637,15 @@ input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].bt
.card-img-top {
width: 100%;
border-top-left-radius: calc(.25rem - 1px);
border-top-right-radius: calc(.25rem - 1px)
border-top-right-radius: calc(.25rem - 1px);
background-color: #141414;
}
.card-img-bottom {
width: 100%;
border-bottom-right-radius: calc(.25rem - 1px);
border-bottom-left-radius: calc(.25rem - 1px)
border-bottom-left-radius: calc(.25rem - 1px);
background-color: #141414;
}
.card-deck {
@@ -10500,11 +10502,7 @@ textarea, input:not([type="submit"]):not([class="multiselect__input"]):not([clas
color: rgb(20, 20, 20) !important
}
.multiselect__input::placeholder
.multiselect__input::-ms-input-placeholder
.multiselect__input:-ms-input-placeholder
.multiselect__input::-moz-placeholder,
.multiselect__input::-webkit-input-placeholder {
.multiselect__input::placeholder {
color: #fff !important;
}
@@ -10562,9 +10560,5 @@ textarea, input:not([type="submit"]):not([class="multiselect__input"]):not([clas
}
.bottom-nav-link {
color: #898989 !important;
}
.bottom-nav-link-active {
color: var(--primary) !important;
color: #898989;
}