FCLT#68694 achtergrond vh multi-select/suggest-toggle -icoontje
svn path=/Website/trunk/; revision=53971
This commit is contained in:
@@ -10,7 +10,7 @@ var width = "calc(100% - 23px)";
|
||||
function toggleInputSelect()
|
||||
{
|
||||
var $inp = $(this).prev("input");
|
||||
|
||||
|
||||
if ($inp && $inp.length == 1)
|
||||
{ // 1e keer drukken maakt er een listbox van
|
||||
if (awaiting_process_worker_info){
|
||||
@@ -34,7 +34,7 @@ function toggleInputSelect()
|
||||
var inp = $(this).prev("select").length ? $(this).prev("select")[0] : $(this).prev().find("select")[0];
|
||||
var inpClass = "fld";
|
||||
$(this).prev().replaceWith('<input class="' + inpClass + '" id="' + inp.name +'" name="' + inp.name +'">');
|
||||
|
||||
|
||||
//ruimte maken voor toggleInputSelect knop
|
||||
$(this).prev().css("width", width);
|
||||
}
|
||||
@@ -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