FCLT#68694 achtergrond vh multi-select/suggest-toggle -icoontje

svn path=/Website/trunk/; revision=53971
This commit is contained in:
2021-12-02 07:01:17 +00:00
parent 27177384f1
commit 03bf633d43
3 changed files with 6 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ function process_worker_info(data)
// alignment van de multitoggle na toggleInputSelect
$(sel).parent(".multitoggle").css("display", "inline-block")
.css("width", width);
$(".multi_select_toggle").css("margin-top", "2px");
$(".multi_select_toggle").css("margin-top", "3px");
}
}
awaiting_process_worker_info = false;

View File

@@ -58,7 +58,7 @@
var width = "calc(100% - 24px)";
$(".multitoggle").css("display", "inline-block")
.css("width", width);
$(".multi_select_toggle").css("margin-top", "2px");
$(".multi_select_toggle").css("margin-top", "3px");
// Haal de waarden van de ingevulde filtervelden op
filledListboxParams = getFilledListboxParams();
// Aantal meegezonden waarden ook als parameter meegeven

View File

@@ -1259,9 +1259,10 @@ span.multi_suggest_toggle {
right: 20px;
line-height: normal;
margin-top: 1px;
background-image: radial-gradient(circle at center, ==inputbackgroundcolor== 60%, transparent 80%);
color: ==textcolor==;
cursor: pointer;
background-color: ==inputbackgroundcolor==;
border-radius: 50%;
}
span.multi_select_toggle:hover .fa-fw,