This repository was archived by the owner on Jul 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdatepicker-component.css
More file actions
96 lines (78 loc) · 2.02 KB
/
datepicker-component.css
File metadata and controls
96 lines (78 loc) · 2.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
.datepicker-control-section {
max-width: 246px;
margin: 30px auto;
padding-top: 50px;
}
.e-calendar.e-rtl{
max-width: 332px;
}
.e-bigger .e-calendar.e-rtl {
max-width: 332px;
}
/* special dates sample styles */
.e-customStyle span.e-icons.highlight {
margin-top: -13px;
display: block;
margin-left: 4px;
}
.e-customStyle span.e-icons.highlight,
.e-customStyle span.e-icons.highlight:before {
color: rgb(0, 0, 255);
}
.highcontrast .e-customStyle td.birthday span.e-icons.highlight,
.highcontrast .e-customStyle td.birthday span.e-icons.highlight:before {
color: #ff6161;
}
.highcontrast .e-customStyle td.farewell span.e-icons.highlight,
.highcontrast .e-customStyle td.farewell span.e-icons.highlight::before {
color: #2bc700;
}
.highcontrast .e-customStyle td.vacation span.e-icons.highlight,
.highcontrast .e-customStyle td.vacation span.e-icons.highlight::before {
color: #ff7d1a;
}
.e-customStyle .e-other-month span.e-icons.highlight:before {
content: "";
}
.e-customStyle span.e-icons.highlight:before {
content: "\e790";
vertical-align: middle;
margin-right: 3px;
font-size: 4px;
position: relative;
top: -1px;
font-weight: normal;
}
#right-sidebar #format{
padding-bottom: 15px;
width: 200px;
left: 20px;
top: 40px;
}
#control-content #format{
padding-bottom: 15px;
width: 200px;
left: 200px;
top: 65px;
}
.e-bigger .e-customStyle .e-calendar span.e-icons.highlight:before,
.e-customStyle.e-bigger .e-calendar span.e-icons.highlight:before {
top: -3px;
}
.e-customStyle .e-selected span.e-icons.highlight:before {
color: #fff;
}
.e-customStyle span.e-icons.highlight,
.e-customStyle .e-calendar .e-content span.special,
.e-customStyle .e-calendar .e-content span.daycell {
font-weight: bold;
}
.e-customStyle span.special.e-day.birthday {
color: orangered;
}
.e-customStyle span.special.e-day.farewell {
color: rgba(0, 0, 255, 1);
}
.e-customStyle span.special.e-day.vacation {
color: rgba(60, 118, 61, 1);
}