Fix datetime picker

This commit is contained in:
aignatov-bio 2020-01-16 11:10:51 +01:00
parent 2cb167ba7a
commit cafc10f569
2 changed files with 8 additions and 1 deletions

View file

@ -143,3 +143,10 @@
} }
} }
} }
.bootstrap-datetimepicker-widget {
.dow {
@include font-button;
}
}

View file

@ -132,7 +132,7 @@
} }
.dataTables_scrollBody { .dataTables_scrollBody {
thead { thead th#checkbox {
opacity: 0; opacity: 0;
} }
} }