1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-25 22:20:48 +02:00

feat(core): add new field - datetimepicker #186

This commit is contained in:
Awilum
2019-09-03 00:31:47 +03:00
parent 5d76510c52
commit 65ffce88b4

View File

@@ -35,3 +35,13 @@
.bootstrap-datetimepicker-widget.dropdown-menu {
width: auto!important;
}
.bootstrap-datetimepicker-widget table td.day {
height: 10px!important;
line-height: 10px!important;
width: 10px!important;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
padding: 0 !important;
}