HtmlDatePicker_wev8.css
1.02 KB
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
70
71
72
73
74
75
76
77
.datePickerContainer {
margin:0.5em 2em 0.5em 0;
width:10em;
float:left;
}
.previousMonth {
background-color:#bbbbbb;
}
.currentMonth {
background-color:#8f8f8f;
}
.nextMonth {
background-color:#eeeeee;
}
.currentDate {
text-decoration:underline;
font-style:italic;
}
.selectedItem {
background-color:#3a3a3a;
color:#ffffff;
}
.calendarContainer {
border-collapse:collapse;
border-spacing:0;
border-bottom:1px solid #e6e6e6;
}
.calendarContainer thead{
border-bottom:1px solid #e6e6e6;
}
.calendarContainer td {
font-size:0.85em;
padding:0.15em;
text-align:center;
cursor:pointer;cursor:hand;
}
.monthLabel {
font-size:0.9em;
font-weight:400;
margin:0;
text-align:center;
}
.monthLabel .month {
padding:0 0.4em 0 0.4em;
}
.yearLabel {
font-size:0.9em;
font-weight:400;
margin:0.25em 0 0 0;
text-align:right;
color:#a3a3a3;
}
.yearLabel .selectedYear {
color:#000;
padding:0 0.2em;
}
.nextYear, .previousYear {
cursor:pointer;cursor:hand;
}
.incrementControl {
cursor:pointer;cursor:hand;
width:1em;
}