Hide free-busy event block titles only visibly but allow voice output

This commit is contained in:
Thomas Bruederli 2014-06-27 13:43:44 +02:00
parent 5c99981628
commit d2c6d7113f

View file

@ -1515,7 +1515,8 @@ a.dropdown-link:after {
} }
.fc-type-freebusy .fc-event-title { .fc-type-freebusy .fc-event-title {
display: none; position: absolute;
top: -5000px;
} }
.calendarmain .fc-event:focus { .calendarmain .fc-event:focus {