如何更改Radscheduler的背景颜色
How to change the background color of Radscheduler
我有关于 radschedular 的问题。目前我正在使用 radschedular 的 outlook 皮肤。我只需要将背景颜色从黄色更改为白色。目前呈黄色。如何将相同的更改为白色。你们能不能给我一些启发。我现在被困在狮子窝里了。
请将下面 class 添加到您的样式中 sheet。
.RadScheduler_Outlook .rsContentTable td
{
background-color: white !important;
}
我有关于 radschedular 的问题。目前我正在使用 radschedular 的 outlook 皮肤。我只需要将背景颜色从黄色更改为白色。目前呈黄色。如何将相同的更改为白色。你们能不能给我一些启发。我现在被困在狮子窝里了。
请将下面 class 添加到您的样式中 sheet。
.RadScheduler_Outlook .rsContentTable td
{
background-color: white !important;
}