Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
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?
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.