Add css hacks for IE which cannot display PNGs with alpha channel
This commit is contained in:
parent
1b5f6bf4c7
commit
3b1d973da1
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue