Skip to content

Commit ab10e1c

Browse files
Moritz Mfelixkempf
authored andcommitted
update bootstrap-datetimepicker to 4.17.47 (#20)
* update bootstrap-datetimepicker to 4.17.47 * use jquery trim for IE8 (only not minified version bootstrap-datetimepicker.js)
1 parent 95fc033 commit ab10e1c

File tree

4 files changed

+247
-163
lines changed

4 files changed

+247
-163
lines changed

webroot/css/vendor/bootstrap-datetimepicker.css

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
/*!
22
* Datetimepicker for Bootstrap 3
3-
* version : 4.17.37
3+
* version : 4.17.47
44
* https://github.com/Eonasdan/bootstrap-datetimepicker/
55
*/
6-
.bootstrap-datetimepicker-widget {
6+
.bootstrap-datetimepicker-widget {
77
list-style: none;
88
}
99
.bootstrap-datetimepicker-widget.dropdown-menu {
10+
display: block;
1011
margin: 2px 0;
1112
padding: 4px;
1213
width: 19em;
@@ -35,7 +36,7 @@
3536
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
3637
border-left: 7px solid transparent;
3738
border-right: 7px solid transparent;
38-
border-bottom: 7px solid #cccccc;
39+
border-bottom: 7px solid #ccc;
3940
border-bottom-color: rgba(0, 0, 0, 0.2);
4041
top: -7px;
4142
left: 7px;
@@ -50,7 +51,7 @@
5051
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
5152
border-left: 7px solid transparent;
5253
border-right: 7px solid transparent;
53-
border-top: 7px solid #cccccc;
54+
border-top: 7px solid #ccc;
5455
border-top-color: rgba(0, 0, 0, 0.2);
5556
bottom: -7px;
5657
left: 6px;
@@ -311,7 +312,7 @@
311312
.bootstrap-datetimepicker-widget table td.active,
312313
.bootstrap-datetimepicker-widget table td.active:hover {
313314
background-color: #337ab7;
314-
color: #ffffff;
315+
color: #fff;
315316
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
316317
}
317318
.bootstrap-datetimepicker-widget table td.active.today:before {
@@ -338,7 +339,7 @@
338339
}
339340
.bootstrap-datetimepicker-widget table td span.active {
340341
background-color: #337ab7;
341-
color: #ffffff;
342+
color: #fff;
342343
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
343344
}
344345
.bootstrap-datetimepicker-widget table td span.old {
@@ -372,4 +373,4 @@
372373
overflow: hidden;
373374
clip: rect(0, 0, 0, 0);
374375
border: 0;
375-
}
376+
}

webroot/css/vendor/bootstrap-datetimepicker.min.css

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)