[Redizajn 1KA] - Podatki --> Uvozi --> Združi podatke - v4

This commit is contained in:
tejagerjovic 2022-02-25 12:00:56 +01:00
parent f41cb81047
commit c0f325e7b4
3 changed files with 9 additions and 3 deletions

View File

@ -856,7 +856,7 @@ class SurveyAppendMerge {
echo '<ul class="connectedSortable">';
foreach ($_POST['fields'] AS $spr_id)
{
echo '<li class="inv_field_enabled"><label>'.$field_list[$spr_id].'</label></li>';
echo '<li class="inv_field_enabled nocursor"><label>'.$field_list[$spr_id].'</label></li>';
}
echo '</ul>';
echo '</div>';

View File

@ -13243,6 +13243,12 @@ and open the template in the editor.
margin-right: 8px;
font-size: 14px;
}
.tab_content .content_left ul li.folder_item .faicon.folder_empty {
color: #1E88E5;
}
.tab_content .content_left ul li.folder_item .faicon.folder {
color: #1E88E5;
}
.tab_content .content_left ul li.folder_item .folder_item_child_count {
font-size: 12px;
color: #777777;
@ -15511,7 +15517,7 @@ div.appendmerge_indent ul {
margin: 0;
list-style-position: inside;
}
div.appendmerge_indent ul li.inv_field_enabled label {
div.appendmerge_indent ul li.nocursor label {
cursor: default;
}
div.appendmerge_indent div.setting_holder input[type=number] {

View File

@ -10,7 +10,7 @@ div.appendmerge_indent{
margin: 0;
list-style-position: inside;
li.inv_field_enabled {
li.nocursor {
label {
cursor: default;
}