N°1704: Upgrade portal datetime picker widget & moment.js for jQuery 3 compatibility

This commit is contained in:
steffunky
2018-10-30 15:49:54 +01:00
parent 81b5f18579
commit af92f58265
5 changed files with 18 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
/*!
* Datetimepicker for Bootstrap 3
* version : 4.17.37
* version : 4.17.47
* https://github.com/Eonasdan/bootstrap-datetimepicker/
*/
@font-face {
@@ -71,9 +71,9 @@
display: none;
}
.collapse.in {
display: block;
}
.collapse.in {
display: block;
}
.dropdown-menu {
position: absolute;

View File

@@ -1,12 +1,13 @@
/*!
* Datetimepicker for Bootstrap 3
* version : 4.17.37
* version : 4.17.47
* https://github.com/Eonasdan/bootstrap-datetimepicker/
*/
.bootstrap-datetimepicker-widget {
list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
display: block;
margin: 2px 0;
padding: 4px;
width: 19em;
@@ -35,7 +36,7 @@
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #cccccc;
border-bottom: 7px solid #ccc;
border-bottom-color: rgba(0, 0, 0, 0.2);
top: -7px;
left: 7px;
@@ -50,7 +51,7 @@
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 7px solid #cccccc;
border-top: 7px solid #ccc;
border-top-color: rgba(0, 0, 0, 0.2);
bottom: -7px;
left: 6px;
@@ -310,7 +311,7 @@
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
background-color: #337ab7;
color: #ffffff;
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
@@ -336,7 +337,7 @@
}
.bootstrap-datetimepicker-widget table td span.active {
background-color: #337ab7;
color: #ffffff;
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
@@ -370,4 +371,4 @@
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
}

File diff suppressed because one or more lines are too long