16825 |
efrain |
1 |
.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
|
|
|
2 |
position: absolute;
|
|
|
3 |
width: 1px;
|
|
|
4 |
height: 1px;
|
|
|
5 |
margin: -1px;
|
|
|
6 |
padding: 0;
|
|
|
7 |
overflow: hidden;
|
|
|
8 |
clip: rect(0, 0, 0, 0);
|
|
|
9 |
border: 0;
|
|
|
10 |
}
|
|
|
11 |
|
|
|
12 |
/*!
|
|
|
13 |
* Datetimepicker for Bootstrap 3
|
|
|
14 |
* ! version : 4.7.14
|
|
|
15 |
* https://github.com/Eonasdan/bootstrap-datetimepicker/
|
|
|
16 |
*/
|
|
|
17 |
.bootstrap-datetimepicker-widget {
|
|
|
18 |
list-style: none;
|
|
|
19 |
}
|
|
|
20 |
.bootstrap-datetimepicker-widget.dropdown-menu {
|
|
|
21 |
margin: 2px 0;
|
|
|
22 |
padding: 4px;
|
|
|
23 |
width: 19em;
|
|
|
24 |
}
|
|
|
25 |
@media (min-width: 540px) {
|
|
|
26 |
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
|
|
|
27 |
width: 38em;
|
|
|
28 |
}
|
|
|
29 |
}
|
|
|
30 |
@media (min-width: 720px) {
|
|
|
31 |
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
|
|
|
32 |
width: 38em;
|
|
|
33 |
}
|
|
|
34 |
}
|
|
|
35 |
@media (min-width: 960px) {
|
|
|
36 |
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
|
|
|
37 |
width: 38em;
|
|
|
38 |
}
|
|
|
39 |
}
|
|
|
40 |
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
|
|
|
41 |
content: '';
|
|
|
42 |
display: inline-block;
|
|
|
43 |
position: absolute;
|
|
|
44 |
}
|
|
|
45 |
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
|
|
|
46 |
border-left: 7px solid transparent;
|
|
|
47 |
border-right: 7px solid transparent;
|
|
|
48 |
border-bottom: 7px solid #ccc;
|
|
|
49 |
border-bottom-color: rgba(0, 0, 0, 0.2);
|
|
|
50 |
top: -7px;
|
|
|
51 |
left: 7px;
|
|
|
52 |
}
|
|
|
53 |
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
|
|
|
54 |
border-left: 6px solid transparent;
|
|
|
55 |
border-right: 6px solid transparent;
|
|
|
56 |
border-bottom: 6px solid white;
|
|
|
57 |
top: -6px;
|
|
|
58 |
left: 8px;
|
|
|
59 |
}
|
|
|
60 |
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
|
|
|
61 |
border-left: 7px solid transparent;
|
|
|
62 |
border-right: 7px solid transparent;
|
|
|
63 |
border-top: 7px solid #ccc;
|
|
|
64 |
border-top-color: rgba(0, 0, 0, 0.2);
|
|
|
65 |
bottom: -7px;
|
|
|
66 |
left: 6px;
|
|
|
67 |
}
|
|
|
68 |
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
|
|
|
69 |
border-left: 6px solid transparent;
|
|
|
70 |
border-right: 6px solid transparent;
|
|
|
71 |
border-top: 6px solid white;
|
|
|
72 |
bottom: -6px;
|
|
|
73 |
left: 7px;
|
|
|
74 |
}
|
|
|
75 |
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
|
|
|
76 |
left: auto;
|
|
|
77 |
right: 6px;
|
|
|
78 |
}
|
|
|
79 |
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
|
|
|
80 |
left: auto;
|
|
|
81 |
right: 7px;
|
|
|
82 |
}
|
|
|
83 |
.bootstrap-datetimepicker-widget .list-unstyled {
|
|
|
84 |
margin: 0;
|
|
|
85 |
}
|
|
|
86 |
.bootstrap-datetimepicker-widget a[data-action] {
|
|
|
87 |
padding: 6px 0;
|
|
|
88 |
}
|
|
|
89 |
.bootstrap-datetimepicker-widget a[data-action]:active {
|
|
|
90 |
box-shadow: none;
|
|
|
91 |
}
|
|
|
92 |
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
|
|
|
93 |
width: 54px;
|
|
|
94 |
font-weight: bold;
|
|
|
95 |
font-size: 1.2em;
|
|
|
96 |
margin: 0;
|
|
|
97 |
}
|
|
|
98 |
.bootstrap-datetimepicker-widget button[data-action] {
|
|
|
99 |
padding: 6px;
|
|
|
100 |
}
|
|
|
101 |
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
|
|
|
102 |
content: "Increment Hours";
|
|
|
103 |
}
|
|
|
104 |
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
|
|
|
105 |
content: "Increment Minutes";
|
|
|
106 |
}
|
|
|
107 |
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
|
|
|
108 |
content: "Decrement Hours";
|
|
|
109 |
}
|
|
|
110 |
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
|
|
|
111 |
content: "Decrement Minutes";
|
|
|
112 |
}
|
|
|
113 |
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
|
|
|
114 |
content: "Show Hours";
|
|
|
115 |
}
|
|
|
116 |
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
|
|
|
117 |
content: "Show Minutes";
|
|
|
118 |
}
|
|
|
119 |
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
|
|
|
120 |
content: "Toggle AM/PM";
|
|
|
121 |
}
|
|
|
122 |
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
|
|
|
123 |
content: "Clear the picker";
|
|
|
124 |
}
|
|
|
125 |
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
|
|
|
126 |
content: "Set the date to today";
|
|
|
127 |
}
|
|
|
128 |
.bootstrap-datetimepicker-widget .picker-switch {
|
|
|
129 |
text-align: center;
|
|
|
130 |
}
|
|
|
131 |
.bootstrap-datetimepicker-widget .picker-switch::after {
|
|
|
132 |
content: "Toggle Date and Time Screens";
|
|
|
133 |
}
|
|
|
134 |
.bootstrap-datetimepicker-widget .picker-switch td {
|
|
|
135 |
padding: 0;
|
|
|
136 |
margin: 0;
|
|
|
137 |
height: auto;
|
|
|
138 |
width: auto;
|
|
|
139 |
line-height: inherit;
|
|
|
140 |
}
|
|
|
141 |
.bootstrap-datetimepicker-widget .picker-switch td span {
|
|
|
142 |
line-height: 2.5;
|
|
|
143 |
height: 2.5em;
|
|
|
144 |
width: 100%;
|
|
|
145 |
}
|
|
|
146 |
.bootstrap-datetimepicker-widget table {
|
|
|
147 |
width: 100%;
|
|
|
148 |
margin: 0;
|
|
|
149 |
}
|
|
|
150 |
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
|
|
|
151 |
text-align: center;
|
|
|
152 |
border-radius: 0.25rem;
|
|
|
153 |
}
|
|
|
154 |
.bootstrap-datetimepicker-widget table th {
|
|
|
155 |
height: 20px;
|
|
|
156 |
line-height: 20px;
|
|
|
157 |
width: 20px;
|
|
|
158 |
}
|
|
|
159 |
.bootstrap-datetimepicker-widget table th.picker-switch {
|
|
|
160 |
width: 145px;
|
|
|
161 |
}
|
|
|
162 |
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
|
|
|
163 |
background: none;
|
|
|
164 |
color: #636c72;
|
|
|
165 |
cursor: not-allowed;
|
|
|
166 |
}
|
|
|
167 |
.bootstrap-datetimepicker-widget table th.prev::after {
|
|
|
168 |
content: "Previous Month";
|
|
|
169 |
}
|
|
|
170 |
.bootstrap-datetimepicker-widget table th.next::after {
|
|
|
171 |
content: "Next Month";
|
|
|
172 |
}
|
|
|
173 |
.bootstrap-datetimepicker-widget table thead tr:first-child th {
|
|
|
174 |
cursor: pointer;
|
|
|
175 |
}
|
|
|
176 |
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
|
|
|
177 |
background: #eceeef;
|
|
|
178 |
}
|
|
|
179 |
.bootstrap-datetimepicker-widget table td {
|
|
|
180 |
height: 54px;
|
|
|
181 |
line-height: 54px;
|
|
|
182 |
width: 54px;
|
|
|
183 |
}
|
|
|
184 |
.bootstrap-datetimepicker-widget table td.cw {
|
|
|
185 |
font-size: .8em;
|
|
|
186 |
height: 20px;
|
|
|
187 |
line-height: 20px;
|
|
|
188 |
color: #636c72;
|
|
|
189 |
}
|
|
|
190 |
.bootstrap-datetimepicker-widget table td.day {
|
|
|
191 |
height: 20px;
|
|
|
192 |
line-height: 20px;
|
|
|
193 |
width: 20px;
|
|
|
194 |
padding: 5px;
|
|
|
195 |
}
|
|
|
196 |
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
|
|
|
197 |
background: #eceeef;
|
|
|
198 |
cursor: pointer;
|
|
|
199 |
}
|
|
|
200 |
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
|
|
|
201 |
color: #636c72;
|
|
|
202 |
}
|
|
|
203 |
.bootstrap-datetimepicker-widget table td.today {
|
|
|
204 |
position: relative;
|
|
|
205 |
}
|
|
|
206 |
.bootstrap-datetimepicker-widget table td.today:before {
|
|
|
207 |
content: '';
|
|
|
208 |
display: inline-block;
|
|
|
209 |
border: solid transparent;
|
|
|
210 |
border-width: 0 0 7px 7px;
|
|
|
211 |
border-bottom-color: #0275d8;
|
|
|
212 |
border-top-color: rgba(0, 0, 0, 0.2);
|
|
|
213 |
position: absolute;
|
|
|
214 |
bottom: 4px;
|
|
|
215 |
right: 4px;
|
|
|
216 |
}
|
|
|
217 |
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
|
|
|
218 |
background-color: #0275d8;
|
|
|
219 |
color: #fff;
|
|
|
220 |
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
|
221 |
}
|
|
|
222 |
.bootstrap-datetimepicker-widget table td.active.today:before {
|
|
|
223 |
border-bottom-color: #fff;
|
|
|
224 |
}
|
|
|
225 |
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
|
|
|
226 |
background: none;
|
|
|
227 |
color: #636c72;
|
|
|
228 |
cursor: not-allowed;
|
|
|
229 |
}
|
|
|
230 |
.bootstrap-datetimepicker-widget table td span {
|
|
|
231 |
display: inline-block;
|
|
|
232 |
width: 54px;
|
|
|
233 |
height: 54px;
|
|
|
234 |
line-height: 54px;
|
|
|
235 |
margin: 2px 1.5px;
|
|
|
236 |
cursor: pointer;
|
|
|
237 |
border-radius: 0.25rem;
|
|
|
238 |
}
|
|
|
239 |
.bootstrap-datetimepicker-widget table td span:hover {
|
|
|
240 |
background: #eceeef;
|
|
|
241 |
}
|
|
|
242 |
.bootstrap-datetimepicker-widget table td span.active {
|
|
|
243 |
background-color: #0275d8;
|
|
|
244 |
color: #fff;
|
|
|
245 |
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
|
246 |
}
|
|
|
247 |
.bootstrap-datetimepicker-widget table td span.old {
|
|
|
248 |
color: #636c72;
|
|
|
249 |
}
|
|
|
250 |
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
|
|
|
251 |
background: none;
|
|
|
252 |
color: #636c72;
|
|
|
253 |
cursor: not-allowed;
|
|
|
254 |
}
|
|
|
255 |
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
|
|
|
256 |
height: 27px;
|
|
|
257 |
line-height: 27px;
|
|
|
258 |
}
|
|
|
259 |
|
|
|
260 |
.input-group.date .input-group-addon {
|
|
|
261 |
cursor: pointer;
|
|
|
262 |
}
|