coppermine-gallery.com/forum

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: Andy Frogman on September 05, 2011, 07:12:12 AM

Title: How do I change this colour?
Post by: Andy Frogman on September 05, 2011, 07:12:12 AM
(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?
Title: Re: How do I change this colour?
Post by: 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...
Title: Re: How do I change this colour?
Post by: lurkalot on September 05, 2011, 08:56:47 AM
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.
Title: Re: How do I change this colour?
Post by: ΑndrĂ© on September 05, 2011, 10:04:16 AM
Do you speak of the color in the album manager when you select an album?
Title: Re: How do I change this colour?
Post by: Andy Frogman on September 05, 2011, 01:16:49 PM
Indeed that's the one.
Title: Re: How do I change this colour?
Post by: ΑndrĂ© on September 05, 2011, 02:17:25 PM
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.