How do I change this colour? How do I change this colour?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

How do I change this colour?

Started by Andy Frogman, September 05, 2011, 07:12:12 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Andy Frogman

(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?

Andy Frogman

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...

lurkalot

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.
Running SMF 2.1.4  / Tinyportal 3.0.1, bridged with Coppermine 1.6.25, plus cpmfetch 2.0.0

Αndré

Do you speak of the color in the album manager when you select an album?

Andy Frogman

Indeed that's the one.

Αndré

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.