summaryrefslogtreecommitdiff
path: root/app/php/controls/styles/CalendarScaffold.css
blob: 6e38dbb873bbed9c9719c4f2af818e2c83f81395 (plain)
1
2
3
4
5
6
7
8
9
10
11
.calendarScaffold {
    position: relative;
}
.calendarScaffold .calendarScaffoldLoader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
}