FCLT#68694 achtergrond vh multi-select/suggest-toggle -icoontje
svn path=/Website/trunk/; revision=53971
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user