From cc305aa9e1c7f5e6475635ec70c8fa56152139b7 Mon Sep 17 00:00:00 2001 From: Bruno Kambere Date: Sun, 2 Nov 2025 08:01:07 -0500 Subject: [PATCH] Remove "Try the new MeshCentral UI" and fix footer in modern UI (#7395) * remove new UI prompt from the default3 template * enhance footer styles and update visibility in default3 template --- public/styles/style-bootstrap.css | 13 +++++-------- views/default3.handlebars | 5 +---- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/public/styles/style-bootstrap.css b/public/styles/style-bootstrap.css index d28d5f2c..4446be0f 100644 --- a/public/styles/style-bootstrap.css +++ b/public/styles/style-bootstrap.css @@ -472,16 +472,13 @@ body { } #footer { - -ms-grid-column: 2; - -ms-grid-row: 4; - grid-area: footer; - clear: both; - overflow: auto; + position: fixed; + bottom: 0; + left: 0; width: 100%; - text-align: center; background-color: #113962; - padding-top: 5px; - padding-bottom: 5px; + padding: 5px 0; + text-align: center; } .fulldesk #footer { diff --git a/views/default3.handlebars b/views/default3.handlebars index affc06e8..992fbbf0 100644 --- a/views/default3.handlebars +++ b/views/default3.handlebars @@ -160,9 +160,6 @@

-
- Try the new MeshCentral UI -