-
Notifications
You must be signed in to change notification settings - Fork 0
/
liplugin_custom_calendar.css
69 lines (69 loc) · 1.32 KB
/
liplugin_custom_calendar.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
#container {
height: 232px !important;
overflow-y: hidden !important;
}
#viewContainer1 {
height: 210px !important;
}
#agendaEventContainer1 {
height: 204px !important;
}
.dp-cur, .chip dt, .te, .te-t, .te-rev-s, .rb-n, .rb-i, .agenda, .event-title{
white-space:normal !important;
}
.view-container-border, .date-label{
background-color: white !important;
}
.day{
border-bottom: none !important;
}
.day{
border-bottom: none !important;
}
.event{
border-top: none !important;
}
.event-title{
color: #666666 !important;
}
.agenda-more{
color: #ABABAB !important;
}
.subscribe-image{
display: none !important;
}
underflow-bot, #agenda-underflow-bottom1 {
height:100% !important;
}
.footer {
display: none !important;
}
/*.underflow-bot, #agenda-underflow-bottom1 {
//display: none !important;
//color: white !important;
}
#agendaScrollContent1{
position: absolute !important;
height: 100% !important;
}
#agendaEventContainer1{
position: inherit !important;
}
#eventContainer1{
height: 190px !important;
overflow: auto !important;
}
.underflow-top{
position: absolute !important;
top: 165px !important;
z-index: 20 !important;
background-color: white !important;
width: 436px !important;
}*/
.loading{
background-color: white !important;
color: #ABABAB !important;
}
.view-cap{
background-color: #DDDDDD !important;
}