mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Bug fixes, added AmtWake to MeshCMD.
This commit is contained in:
parent
f4a8981d4f
commit
04dfeebe1e
10 changed files with 584 additions and 358 deletions
|
@ -2332,6 +2332,10 @@ a {
|
|||
background-color: gray;
|
||||
}
|
||||
|
||||
.night #deskToolsAreaTop {
|
||||
background-color: #222;
|
||||
}
|
||||
|
||||
#deskToolsArea {
|
||||
position: absolute;
|
||||
top: 26px;
|
||||
|
@ -2342,6 +2346,10 @@ a {
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
.night #deskToolsArea {
|
||||
background-color: #222;
|
||||
}
|
||||
|
||||
#deskToolsHeader {
|
||||
border-bottom: 1px solid darkgray;
|
||||
padding: 3px;
|
||||
|
@ -2389,6 +2397,14 @@ a {
|
|||
.deskToolsBar:hover {
|
||||
background-color: #EFE8B6;
|
||||
}
|
||||
|
||||
.night .deskToolsBar {
|
||||
color: #ddd;
|
||||
}
|
||||
|
||||
.night .deskToolsBar:hover {
|
||||
background-color: #444;
|
||||
}
|
||||
|
||||
#deskarea4 {
|
||||
grid-area: deskarea4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue