Posted 23 Feb 2008 Link to this post
.RadScheduler_WebBlue .rsContentTable .rsSatCol,
.RadScheduler_WebBlue .rsContentTable .rsSunCol
{
background:#8B8F91;
border-bottom-color:#d2d8db; } When first entring the screen, it is still the light blue. If I change to 24-hour, it is the new dark grey I specified. If I change back to Business Hours, it is then changed to the Dark Grey. How do I get the Dark Grey to show when I first enter the screen for the first time? Thanks, Susan
} When first entring the screen, it is still the light blue. If I change to 24-hour, it is the new dark grey I specified. If I change back to Business Hours, it is then changed to the Dark Grey. How do I get the Dark Grey to show when I first enter the screen for the first time? Thanks, Susan
Posted 25 Feb 2008 Link to this post
Posted 15 Sep 2011 Link to this post
div.RadScheduler_Web
20
.rsSatCol,
.rsSunCol
background-color
:
#C9CFD6
;
border-bottom-color
#d2d8db
}
Posted 16 Sep 2011 Link to this post
<style type=
"text/css"
>
.rsContent .rsContentTable .rsRow, .rsSunCol, .rsSatCol
background
red
!important
</style>
Posted 17 Sep 2011 Link to this post
.RadScheduler .rsAllDayRow td
:Red
Posted 19 Sep 2011 Link to this post
.rsAllDayRow .rsSatCol
Posted 20 Sep 2011 Link to this post
.RadScheduler_Web
.rsSunCol, .rsSatCol
protected
void
RadSceduler1_TimeSlotCreated(
object
sender, TimeSlotCreatedEventArgs e)
if
(e.TimeSlot.Start.DayOfWeek == DayOfWeek.Saturday)
e.TimeSlot.CssClass =
"rsSat"
(e.TimeSlot.Start.DayOfWeek == DayOfWeek.Sunday)
"rsSun"
.rsAllDayRow .rsSat, .RadScheduler_Web
.rsAllDayRow .rsSun,
<
style
type
=
.AllDayWeekend
background: #A9A9A9;
</