diff --git a/frontend/scss/components/_input.scss b/frontend/scss/components/_input.scss index a83d016..33489c2 100644 --- a/frontend/scss/components/_input.scss +++ b/frontend/scss/components/_input.scss @@ -135,7 +135,7 @@ select { } .choices__inner { - @apply input rounded-md; + @apply input rounded-md bg-white; } .is-focused .choices__inner, .is-open .choices__inner { @apply border-0 ring-1 ring-inset ring-gray-300; diff --git a/templates/includes/forms/log.html.tera b/templates/includes/forms/log.html.tera index 16276c3..f274cbc 100644 --- a/templates/includes/forms/log.html.tera +++ b/templates/includes/forms/log.html.tera @@ -212,25 +212,10 @@ {% endmacro show_old %} {% macro home(log, only_ones) %} - {# @MB: Maaaarieeee, please fix col-span-2 madness #}