|
@@ -59,11 +59,15 @@ function priceTime(){
|
|
|
timeshow = true;
|
|
|
$("#timebut").show();
|
|
|
$(".timerInput").addClass("customtime-active");
|
|
|
+ $('.custom-select').css("border-color", '#e0e0e0').children('.icon-arrow').removeClass('up')
|
|
|
+ $('.custom-select').siblings().hide()
|
|
|
})
|
|
|
$("#endtime").click(function(){
|
|
|
timeshow = true;
|
|
|
$("#timebut").show();
|
|
|
$(".timerInput").addClass("customtime-active");
|
|
|
+ $('.custom-select').css("border-color", '#e0e0e0').children('.icon-arrow').removeClass('up')
|
|
|
+ $('.custom-select').siblings().hide()
|
|
|
})
|
|
|
}
|
|
|
//
|