https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37795 --- Comment #2 from Phil Ringnalda <phil@chetcolibrary.org> --- Ah, lots of changes affecting it. The colors from .progress-bar-success for green and .progress-bar-danger for red are now bg-success and bg-danger. And .progress-bar is now flex-direction: column; which means that putting the number in a span, the "%" in text, and the labels "Not started" etc. in another span no longer works, because that puts them in a column where the number is invisibly off the top, the % shows, and the label is invisibly off the bottom. Probably the labeling is also affected by overflow: hidden, and needs to add the class overflow-visible to the progress-bar, and then will need to set a text-color that is visible both on the filled and the unfilled part of the bar. -- You are receiving this mail because: You are watching all bug changes.