'Can I adjust the button styles of Chrome's <input type="date"> datepicker?
Solution 1:[1]
The circle button you mention is native to Chrome, it doesn't appear in Firefox or IE11 (see Can I Use for reference). You might want to consider using something like jQuery UI instead for cross browser support.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Burgi |