27 Apr
2023
27 Apr
'23
4:58 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33615 --- Comment #4 from Mason James <mtj@kohaaloha.com> --- (In reply to David Cook from comment #2)
I think bug 32978 might be the root cause of this one.
As I noted on bug 33621 it looks like the problem is that a hash (ie #) isn't being encoded when it should be.
I think the fix is probably to change fill='#369' to fill='%23369' in ./koha-tmpl/opac-tmpl/bootstrap/css/src/_flatpickr.scss
this seems to have fixed the problem, tested in master (pic attached) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.