I'm curious if I can style the pop-up menu which appears in native browser implementations of <input type="date" />
, specifically the calendar grid's text colors and background:
From another SO post I see that the input box can be styled via the Shadow DOM and wanted to know if something similar existed for the pop-up part of the UI, specifically for the iOS Safari browser.