From 243cac038929bf69ff59e8b51869cdc0a2cafe97 Mon Sep 17 00:00:00 2001 From: Jan-Niklas Weghorn Date: Fri, 10 Nov 2023 12:16:43 +0100 Subject: [PATCH] cleanup --- cookbook/static/themes/tandoor_dark.min.css | 22 ++++----------------- 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/cookbook/static/themes/tandoor_dark.min.css b/cookbook/static/themes/tandoor_dark.min.css index 8981ef86..efd92cd2 100644 --- a/cookbook/static/themes/tandoor_dark.min.css +++ b/cookbook/static/themes/tandoor_dark.min.css @@ -10500,26 +10500,14 @@ 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 { color: #fff !important; } -.multiselect__input::-moz-placeholder { - color: #fff !important; -} - -.multiselect__input:-ms-input-placeholder { - color: #fff !important; -} - -.multiselect__input::-ms-input-placeholder { - color: #fff !important; -} - -.multiselect__input::placeholder { - color: #fff !important; -} - .multiselect__single, .multiselect__content-wrapper { background-color: rgb(20,20,20) !important; } @@ -10529,8 +10517,6 @@ textarea, input:not([type="submit"]):not([class="multiselect__input"]):not([clas } .custom-select { - background-color: rgb(20, 20, 20) !important; - color: #fff !important; /* add the arrow on the right */ background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px; }