From 4f7143a00e96aa8da9315d04fff5ca1ce5a6c210 Mon Sep 17 00:00:00 2001 From: FabioL <1647128+loviuz@users.noreply.github.com> Date: Tue, 9 Jul 2024 15:05:15 +0200 Subject: [PATCH] Fix per stile tema bootstrap-datetimepicker --- assets/src/css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assets/src/css/style.css b/assets/src/css/style.css index ad2498fa2..4a212d266 100755 --- a/assets/src/css/style.css +++ b/assets/src/css/style.css @@ -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;