This is a migrated thread and some comments may be shown as answers.

Radscheduler Header Date

1 Answer 53 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Kevin
Top achievements
Rank 1
Kevin asked on 25 Mar 2015, 08:23 PM
I have a radscheduler and the date that shows up in the header is very dark.  I have used other radschedulers in my application and did not have this problem, so I have to believe that it is something I did with this specific one.  I have attached a screenshot of the code for the radscheduler and a screenshot of the problem.  Any help is appreciated.

1 Answer, 1 is accepted

Sort by
0
Kevin
Top achievements
Rank 1
answered on 25 Mar 2015, 08:32 PM
Not sure why this was happening, but I fixed it with the following css:
html .RadScheduler .rsHeader h2 
    {
        color:White;
    }
Tags
Scheduler
Asked by
Kevin
Top achievements
Rank 1
Answers by
Kevin
Top achievements
Rank 1
Share this question
or