diff --git a/projects/Infrastructure/Views/Shared/Search.cshtml b/projects/Infrastructure/Views/Shared/Search.cshtml index e138504c..a4c4a751 100644 --- a/projects/Infrastructure/Views/Shared/Search.cshtml +++ b/projects/Infrastructure/Views/Shared/Search.cshtml @@ -14,7 +14,7 @@ Html.Hidden(prop.PropertyName); continue; } - if (prop.PropertyName == "Id" || prop.PropertyName == "DisplayOrder" || uihit == "ImageUrl" || uihit == "MultiSelectList") + if (prop.PropertyName == "Id" || prop.PropertyName == "DisplayOrder" || uihit == "ImageUrl" || uihit == "MultiSelectList" || uihit=="ImageUrl") { continue; } diff --git a/projects/IoT.Shared/wwwroot/css/site.css b/projects/IoT.Shared/wwwroot/css/site.css index 21064b7b..9714ad20 100644 --- a/projects/IoT.Shared/wwwroot/css/site.css +++ b/projects/IoT.Shared/wwwroot/css/site.css @@ -84,4 +84,10 @@ h1 { } .select2-container--bootstrap4 .select2-results > .select2-results__options { max-height: 400px; +} +.select2-selection.select2-selection--single { + padding-left: 0.75rem; +} +.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder { + color: #495057; } \ No newline at end of file