https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37054 --- Comment #36 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Lucas Gass (lukeg) from comment #35)
I'd also like to get some notes on implementation. We now have opacusercss in the branches table. This is for adjusting the color in one specific spot, which could also have been achieved with a staffusercss. Is there a strong reason it was done this way? (I assume so, but always good to have it written down!)
I wrote this patch to replace custom JS we have been using to show a different color header for each branch the user is logged in at. I suppose it could be done with something like `staffusercss`. But I don't see the reason for the pref, why not just use IntranetUserCSS if this is how we are going to do it? Maybe pass in a data-attribute for the logged in branch, that can be targeted with CSS.
Then staff would still need to be able to write CSS, which was something I was hoping to avoid with this patch.
Just to clarify: I didn't mean a pref, but something similar to the library specific CSS available now on the library administration page. I do see benefit in an easy to use color picker. -- You are receiving this mail because: You are watching all bug changes.