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

Added drag & drop file support on the remote desktop tab.

This commit is contained in:
Ylian Saint-Hilaire 2022-08-20 13:19:47 -07:00
parent 41f8e9fe9e
commit 93efc2e6a0
2 changed files with 95 additions and 51 deletions

View file

@ -1152,7 +1152,7 @@ NoMeshesPanel img {
padding: 4px;
}
#bigok {
#bigok, #p11bigok, #p13bigok {
width: 256px;
overflow: hidden;
position: absolute;
@ -1161,9 +1161,10 @@ NoMeshesPanel img {
text-align: center;
font-size: 1600%;
color: #AAAAAA;
z-index: 99999;
}
#bigfail {
#bigfail, #p11bigfail, #p13bigfail {
width: 256px;
overflow: hidden;
position: absolute;
@ -1172,6 +1173,7 @@ NoMeshesPanel img {
text-align: center;
font-size: 1600%;
color: #AAAAAA;
z-index: 99999;
}
.chartViewCanvas {
@ -2760,28 +2762,6 @@ a {
height: calc(100vh - 349px);
}
#p13bigok {
width: 256px;
overflow: hidden;
position: absolute;
left: 337px;
top: 200px;
text-align: center;
font-size: 1600%;
color: #AAA;
}
#p13bigfail {
width: 256px;
overflow: hidden;
position: absolute;
left: 337px;
top: 200px;
text-align: center;
font-size: 1600%;
color: #AAA;
}
.fulldesk #p14title {
margin-left: 16px;
margin-right: 16px;