Calendar, Events, Icons, no-repeat dont work!!

Hi all.

I created two styles to add icons to Calendar Events like this:

v-calendar .v-calendar-event-testcolor {
background-color: #FFCC66;
background-image: url(http://lansa.robinsonmfg.com/LANSAIMG/libs_tmp/jqmobile/1.4.5/themes/default/images/icons-png/carat-l-black.png);
background-repeat: no-repeat;
}

.v-calendar .v-calendar-event-testcolor-
all-day {
background-color: #D666FF;
background-image: url(http://lansa.robinsonmfg.com/LANSAIMG/libs_tmp/jqmobile/1.4.5/themes/default/images/icons-png/carat-l-black.png);
background-repeat: no-repeat;
}

That should show icon on Calendar Event just one time. But it not working!

Look at 4-no-repeat.png attachment.

Why?
29542.png

Hi all.

I dont know why, but after adding new style to style.css not connected with Calendar Events, no-repeat start works.

I dont kno why suddenly, because i try 2 times change options and i do clean and build two times to apply changes in styles.css.

I use JRebel, maybe he had infuens on wrong behaviour.

Topic can be closed.

Regards DG.