https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33478
--- Comment #199 from Martin Renvoize (ashimema) <[email protected]> --- Hmm, I also don't understand the regular expression here use to map the styles to the specific notices. `slip.style.replace('[^{]+{', '#slip_' _ slip.id _ ' {')` This will replace all selectors with '#slip_ID'.. so you're selectors will just get nuked and thus the whole notice will be formatted with one style? I found this whilst trying to get styles to properly apply on bug 33260 -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
