PDA

View Full Version : Inline Moderation color change..


KTBleeding
08-23-2005, 09:48 PM
Hey guys.. I'm creating a skin for 3.5 for when I finally upgrade: I really like how the Inline moderation highlights the selected topics, but I can't get it to do that if I change the classes to something else.

For example, if I change the class to "alt3" instead of "alt1" the highlight feature doesn't work anymore. Is there a certain way to get it to show up? Thanks.

merk
08-23-2005, 11:36 PM
You will have to modify the javascript that deals with it.

It only looks for alt1 and alt2.

KTBleeding
08-24-2005, 01:25 AM
Ah.. gotcha.

Thanks. :)

Kirk Y
08-24-2005, 02:28 AM
It's in the Main CSS section of your particular style. Just look for it, it's called In-Line Moderation, you can change the hex coloring for it there.

KTBleeding
08-24-2005, 12:11 PM
It's in the Main CSS section of your particular style. Just look for it, it's called In-Line Moderation, you can change the hex coloring for it there.
Thanks, but that's not what my question was. ;)
I actually did need to edit the javascript so that the highlight would work on a different class rather than just alt1/alt2.