Add css hacks for IE which cannot display PNGs with alpha channel

This commit is contained in:
Thomas 2011-09-01 23:40:44 +02:00
parent 1b5f6bf4c7
commit 3b1d973da1

View file

@ -40,6 +40,14 @@ html #calendartoolbar a.buttonPas {
width: 102%;
}
#eventshow.sensitivity-private {
background-image: url(images/badge_private.gif);
}
#eventshow.sensitivity-confidential {
background-image: url(images/badge_confidential.gif);
}
.fc-day-content {
cursor: default;
}