Can anything be done about the colour of the ‘previous’ and ‘next’ arrow buttons on the date picker for admin reports?
On the dark theme they are practically invisible
Other arrows elsewhere on the admin reports pages are clearly visible, as is every other clickable element within the calendar date picker - except the forward / back arrows.
I pushed a fix. Since pikaday uses PNGs inline in their CSS, I’m just detecting the brightness of the background color and inverting it. We’d need to rework how pikaday generates the back/next buttons otherwise.