mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 21:37:49 -05:00
fix placeholder text
This commit is contained in:
8
cookbook/static/themes/tandoor.min.css
vendored
8
cookbook/static/themes/tandoor.min.css
vendored
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
18
cookbook/static/themes/tandoor_dark.min.css
vendored
18
cookbook/static/themes/tandoor_dark.min.css
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user