I've replaced the 20152/3 images for the contact list by editing the 923, 1001, 1004 and 1009 styles, however the images aren't changing, I've managed to change all other aspects of the scrollbar fine, however the 20152/3 just won't change.
Any ideas?
In case you're wondering I've changed the images by doing this:
code:
RepeatButton[id=atom(verthome)][MouseWithin]
{
Background:rcbkd<*PlusSkin Conditions(CLBG = false) *> (59015) </*PlusSkin*> <*PlusSkin Conditions(CLBG = true) *> (20152) </*PlusSkin*>;
}
RepeatButton[id=atom(verthome)][Pressed]
{
Background:rcbkd<*PlusSkin Conditions(CLBG = false) *> (59016) </*PlusSkin*> <*PlusSkin Conditions(CLBG = true) *> (20153) </*PlusSkin*>;
}