Change Background Color During Move using Terrace Skin

I have a scheduler in timeline view using the Terrace Skin. When I used the Glossy skin I was able to change the move.png image to reflect the background color I wanted. Using the Terrace skin I would assume the same dhx_in_move class would be responsible for the style. As a result I change the background-color style in the dhx_in_move class but it had no effect. Any ideas?

Hi,
dhx_in_move should work,
try declaring bacground with ‘!important’ directive, e.g.:.dhx_in_move { background-color: #FFFF80 !important; }

That works. The !important property was the key. Thanks