0.0.320
This commit is contained in:
@@ -1232,7 +1232,7 @@
|
||||
}
|
||||
|
||||
.not_found_routes{
|
||||
width: 98%;
|
||||
width: 96%;
|
||||
height: 250px;
|
||||
background: #FFFFFF;
|
||||
box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20);
|
||||
|
||||
@@ -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';
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -77,7 +77,8 @@
|
||||
{# boris change input #}
|
||||
<input
|
||||
class="el_form_b_new_route"
|
||||
onchange="checkDate()"
|
||||
{# onchange="checkDate()"#}
|
||||
{# onclick="setIcon(this)"#}
|
||||
onmouseup="hideErrors(this)"
|
||||
type="text"
|
||||
id="id_departure_DT"
|
||||
|
||||
Reference in New Issue
Block a user