(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fforum.ultima-java.com%2Fcreative%2Falbums%2Fuserpics%2F10002%2Falbmngr.png&hash=121c5a7dd1b0ee9285f63657ebcef5a331b52402)
How do I change the highlight colour? I've tried doing it through CSS but for some reason the only thing I can change, which will change back, is the font colour, when I attempt to change the background colour, it changes and then stays that colour.
Any ideas?
I just realised that I've posted this in the wrong place and that the image tags don't work, this would be a lot easier to fix if I was able to edit/delete my own posts...
Quote from: Andy Frogman on September 05, 2011, 07:21:25 AM
I just realised that I've posted this in the wrong place and that the image tags don't work, this would be a lot easier to fix if I was able to edit/delete my own posts...
Please use the attachments feature to add a screen grab.
Do you speak of the color in the album manager when you select an album?
Indeed that's the one.
Unfortunately that seems to be hard-coded in js/albmgr.js:
$(this).css("background-color", "#E0ECFF");
(it occurs twice).
I'll check what's the best solution to make it theme-able.