Modifying the left barColor styling?
5 years ago.
Are there any CSS (or other JavaScript) properties that allows us to modify the sidebar (barColor) a little?
Current we have:
args.e.barColor = "#c5003b";
args.e.barBackColor = "#c5003b";
args.e.backColor= args.e.tags.color;
args.e.fontColor = "#fff";
We would like to be able to modify width of the bar for starters.
Thank you!
DayPilot