search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Setting styles of timescroll and resscroll

Asked by Guss
15 years ago.

In the scheduler, is there a way to set the styles of the div clientid+timescroll and clientid+resscroll to a custom style. On the moment I achieve this by using the 2 styles below (my scheduler is inside <div class="scheduler">

It would have been nice if these divs had class names, becuase using the dom tree as I did below is very risky!

TIMESCROLL
.scheduler div table td div div table td
{
background-position: bottom;
background-image: url("Images/Office2007HeaderShading.gif");
background-repeat: repeat-x;
}

RESSCROLL
.scheduler div table td div table td {
background-color: #FFFFFF !important;
}

Comment posted by Dan Letecky
15 years ago.

I agree that this is not a safe way to do it. I will add a special class suffix for these headers in the next release (5.4 or 5.5). Thanks for the suggestion!

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.