mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
minor theme fixes
This commit is contained in:
16
cookbook/static/themes/tandoor.min.css
vendored
16
cookbook/static/themes/tandoor.min.css
vendored
@@ -9798,7 +9798,6 @@ body.sidebar-open:before {
|
||||
}
|
||||
|
||||
.contact-us .contact-us-bgimage {
|
||||
background-image: url(../images/gdpr.jpg);
|
||||
background-position: 50%;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
@@ -10403,8 +10402,21 @@ footer a:hover {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
textarea, input:not([type="submit"]), select {
|
||||
textarea, input:not([type="submit"]):not([class="multiselect__input"]), select {
|
||||
background-color: white !important;
|
||||
border-radius: .25rem !important;
|
||||
border: 1px solid #ced4da !important;
|
||||
}
|
||||
|
||||
.multiselect__tag, .multiselect__option--highlight, .multiselect__option--highlight:after {
|
||||
background-color: #cfd5cd !important;
|
||||
color: #212529 !important;
|
||||
}
|
||||
|
||||
.multiselect__tag-icon:hover,.multiselect__tag-icon:focus {
|
||||
background-color: #a7240e !important;
|
||||
}
|
||||
|
||||
.multiselect__tag-icon:after {
|
||||
color: #212529 !important
|
||||
}
|
||||
Reference in New Issue
Block a user