2

For a native datetime picker in Chrome, how can I change the color of these blue buttons, blue text and blue calendar date indicator using css?

enter image description here

omega
  • 40,311
  • 81
  • 251
  • 474

1 Answers1

1

In short words, you can't. That's something that can vary among browsers and it's not specific to Chrome.

The recommendation would be to build one from scratch with JavaScript, or the best approach is to use a library to implement datetime pickers and customize them like Material UI https://mui.com/components/date-time-picker/

David Salomon
  • 804
  • 1
  • 7
  • 24