Fix per stile tema bootstrap-datetimepicker

This commit is contained in:
FabioL 2024-07-09 15:05:15 +02:00
parent ba24c716fd
commit 4f7143a00e
1 changed files with 7 additions and 0 deletions

View File

@ -1634,6 +1634,13 @@ body:not(.sidebar-collapse) .sidebar .nav-treeview .nav-treeview .nav-link {
display:none !important;
}
/** Fix per stile tema bootstrap-datetimepicker **/
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th{
padding: 0 !important;
border: none !important;
}
@media screen and (max-width: 767px) {
.navbar-left {
display: inline-block;