1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

[ENH] Add toggle switch for new MeshCentral UI in settings and top header of the classic UI

This commit is contained in:
kambereBr 2025-01-06 03:21:51 +02:00
parent 95729d2a88
commit e3b1ad436c
2 changed files with 42 additions and 1 deletions

View file

@ -263,6 +263,12 @@ body {
right: 3px;
}
.textnewui {
color: white;
font-weight: bold;
padding: 2px;
}
.LogoffLinkColor {
color:white;
}
@ -2896,7 +2902,7 @@ a {
width: 28px;
}
.viewSelector3 {
.viewSelector3, .uiSelector7 {
margin-left: 2px;
margin-top: 2px;
background: url(../images/views.png) -56px 0px;
@ -2996,6 +3002,13 @@ a {
background-color: #AAA;
}
.uiSelector_end {
width: 32px;
height: 32px;
float: left;
margin: 3px;
}
.uiSelectorSel {
background-color: #BBB;
opacity: 0.8;