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
This commit is contained in:
Bruno Kambere
2025-11-02 08:01:07 -05:00
committed by GitHub
parent 3ab7e0a375
commit cc305aa9e1
2 changed files with 6 additions and 12 deletions

View File

@@ -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 {