Skip to content

Instantly share code, notes, and snippets.

@adikahorvath
Created October 21, 2015 13:57
Show Gist options
  • Save adikahorvath/12ca831a8a55232713ba to your computer and use it in GitHub Desktop.
Save adikahorvath/12ca831a8a55232713ba to your computer and use it in GitHub Desktop.
remove input type="date" arrows
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
-webkit-appearance: none;
}
@WayneRiesterer
Copy link

Works great. Thanks :)

@shubh28
Copy link

shubh28 commented Sep 21, 2018

Works for browsers. Doesn't work for mobile browsers :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment