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

Fix folder drag & drop and added relay events.

This commit is contained in:
Ylian Saint-Hilaire 2019-08-01 15:35:23 -07:00
parent adaa62617f
commit 74037723d5
9 changed files with 56 additions and 12 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 B

View file

@ -1186,6 +1186,14 @@ a {
border: none;
}
.relayIcon16 {
background: url(../images/icon-relay.png);
height: 16px;
width: 16px;
cursor: pointer;
border: none;
}
.lbbutton {
width: 74px;
height: 74px;