https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41113 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #2 from David Nind <david@davidnind.com> --- I had a go at testing, but I couldn't get it to work for me: 1. For step 3, I emptied OpacAdditionalStylesheet and reloaded the page - it turned back to normal (without the light blue background). 2. I added the same CSS to SelfCheckInUserCSS, and refreshed the page (I also deleted the cache and restarted everything) - the background remained normal, not the light blue. 3. The CSS is the page source (I added a comment just to make sure): <!-- SelfCheckInUserCSS --> <style>/* This is a comment */ body { background-color: #7bbbff; } </style> -- You are receiving this mail because: You are watching all bug changes.