Skip to content

Instantly share code, notes, and snippets.

@wurwal
Created August 28, 2020 10:37
Show Gist options
  • Save wurwal/68a07948dd075c8d1a195d395bb986d6 to your computer and use it in GitHub Desktop.
Save wurwal/68a07948dd075c8d1a195d395bb986d6 to your computer and use it in GitHub Desktop.
<!-- 20200828 - iPhone edit start -->
<style type="text/css">
@media screen and (max-width: 1023px) {
#from {z-index:-10;}
}
</style>
<!-- 20200828 - iPhone edit end -->
<div class="arrivalWrapper left pr">
<!-- 20200828 - iPhone edit start -->
<label id="from_label" for="from">
<!-- 20200828 - iPhone edit end -->
<div id="date_in_div" class="date date-in initial">
<div id="InMonth" class="bookingMask_Month">START DATE</div>
<div id="InDate" class="bookingMask_Date"></div>
<div id="InYear" class="bookingMask_Year"></div>
<input type="hidden" id="uk-date-in" name="dateIn" value='02/11/2020' />
</div>
<!-- 20200828 - iPhone edit start -->
</label>
<!-- 20200828 - iPhone edit end -->
<input class="fromFieldTrigger" type="text" id="from" name="from" readonly="readonly">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment