country name design

This commit is contained in:
vedatakd 2020-10-06 10:41:51 +03:00
parent 42014c52b6
commit a97f5ecb5d
2 changed files with 5 additions and 0 deletions

View File

@ -212,4 +212,8 @@ a.sort-by-open-dropdown:hover {
.sort-by-item:hover {
text-decoration: underline;
cursor: pointer;
}
.filter-section .countries input[type=checkbox] {
display: none;
}

View File

@ -198,6 +198,7 @@ function SelectOnClick() {
var id = $(this).attr('data-id');
if ($(this).attr('data-field') == "country") {
$('.filter-location-modal,.filter-location-back,.filter-location-modal .countries').hide();
$('input[name="country"]').val(id)
text_html.html(input_text)
$(".filter-location-body input[type='checkbox']").prop('checked', false);