﻿/* apply this class to an input control that you have slotted into a datepicker but want to remain hidden (so you only see the button) */
date-picker input.datepickerHideInput {
    width: 0;
    padding: 0;
    border: none
}
