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

Added partial file transfers in MeshMessenger

This commit is contained in:
Ylian Saint-Hilaire 2018-12-17 14:11:54 -08:00
parent de76f812d5
commit 13fffd4f02
6 changed files with 203 additions and 8 deletions

View file

@ -1,7 +1,7 @@
.topButton {
cursor: pointer;
border: none;
margin: 3px;
margin: 2px;
float: right;
border-radius: 3px;
height: 32px;
@ -12,6 +12,19 @@
background-color: lightgray;
}
.topRedButton {
cursor: pointer;
border: none;
margin: 2px;
float: right;
border-radius: 3px;
height: 32px;
width: 32px;
}
.topRedButton:hover {
background-color: orangered;
}
.remoteBubble {
background-color: #00cc99;
@ -87,5 +100,29 @@
.icon11 {
background: url(../images/messenger32.png) -320px 0px;
background-color: gray;
background-color: orange;
}
.fileicon {
background: url(../images/messenger32.png) -96px 0px;
height: 32px;
width: 32px;
}
.fileiconx {
background: url(../images/messenger32.png) -352px 0px;
height: 32px;
width: 32px;
}
.fileicontransfer {
background: url(../images/messenger32.png) -288px 0px;
height: 32px;
width: 32px;
}
.fileicondone {
background: url(../images/messenger32.png) -256px 0px;
height: 32px;
width: 32px;
}