This commit is contained in:
2023-12-06 18:03:48 +03:00
parent d14a46d3d7
commit fd3612c370
3 changed files with 11 additions and 2 deletions

View File

@@ -1232,7 +1232,7 @@
} }
.not_found_routes{ .not_found_routes{
width: 98%; width: 96%;
height: 250px; height: 250px;
background: #FFFFFF; background: #FFFFFF;
box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20); box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20);

View File

@@ -606,6 +606,14 @@ function sendRoute(el, routeID = null){
// } // }
// } // }
function setIcon(el) {
if(el.id === 'id_departure_DT' ){
document.getElementById('id_departure_DT').style.background = 'url("/static/img/svg/IconCalendar.svg") white 98% no-repeat';
}
}

View File

@@ -77,7 +77,8 @@
{# boris change input #} {# boris change input #}
<input <input
class="el_form_b_new_route" class="el_form_b_new_route"
onchange="checkDate()" {# onchange="checkDate()"#}
{# onclick="setIcon(this)"#}
onmouseup="hideErrors(this)" onmouseup="hideErrors(this)"
type="text" type="text"
id="id_departure_DT" id="id_departure_DT"