In the quickbase calendar report - highlight a blue bar for the length of time which is the .itme class. What I am hoping to do is to change the .itme class to the exact same style except a different color. Currently I am able to change my class as necessary but I can't upload a css color style to support my new class. Please see my latest in the code.
If(IsNull([Task Name])," ", [Task Name]="Vacation", "<img qbu=\"module\" src=\"/i/clear2x2.gif\" onload=\"javascript: var my_css_class = { backgroundColor : 'red', color : '#fff' };$('.itme').attr('class','my_css_class');\">Apple")