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 pathtimepicker-component.css
More file actions
85 lines (70 loc) · 1.94 KB
/
timepicker-component.css
File metadata and controls
85 lines (70 loc) · 1.94 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
.timepicker-control-section {
max-width: 300px;
margin: 0 auto;
padding: 5% 0;
}
.timepicker-control-section.range {
max-width: 300px;
margin: 0 auto;
padding: 1% 0;
}
.globalize-property-section{
padding-bottom: 15px;
width: 200px;
left: 80px;
top: 40px;
}
.control-pane.format .control-section, .control-pane.culture .control-section,
.control-pane.default .control-section, .control-pane.range .control-section {
height: 100%;
}
.e-bigger .control-pane.format .control-section, .e-bigger .control-pane.culture .control-section,
.e-bigger .control-pane.default .control-section, .e-bigger .control-pane.range .control-section {
margin-top: 60px;
}
/*list formatting samples styles*/
.e-timepicker.e-popup li span {
color: #b7b1b1;
}
.e-custom-style.e-timepicker.e-popup li.e-disabled span {
height: 25px;
width: 25px;
font-size: 15px;
}
.e-custom-style.e-timepicker.e-popup li.e-disabled span:before {
content: '\e212';
position: absolute;
right: 10px;
line-height: 36px;
}
.e-bigger .e-custom-style.e-timepicker.e-popup li.e-disabled span:before {
line-height: 48px;
}
/*list formatting samples styles*/
.e-custom-style.e-timepicker.e-popup li.e-disabled span {
color: #b7b1b1;
}
.e-custom-style.e-timepicker.e-popup li span {
color: #727070;
}
.highcontrast .e-custom-style.e-timepicker.e-popup li.e-hover span:hover,
.highcontrast .e-custom-style.e-timepicker.e-popup li.e-active.e-hover span {
color: #fff;
}
.highcontrast .e-custom-style.e-timepicker.e-popup li.e-active span{
color: #000;
}
.e-custom-style.e-timepicker.e-popup li.e-disabled span {
height: 25px;
width: 25px;
font-size: 15px;
}
.e-custom-style.e-timepicker.e-popup li.e-disabled span:before {
content: '\e212';
position: absolute;
right: 10px;
line-height: 36px;
}
.e-bigger .e-custom-style.e-timepicker.e-popup li.e-disabled span:before {
line-height: 48px;
}