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

Started work on improved device guest sharing.

This commit is contained in:
Ylian Saint-Hilaire 2021-04-09 00:28:02 -07:00
parent 2ded4c60d5
commit 9bf2e211ab
77 changed files with 2740 additions and 132 deletions

View file

@ -0,0 +1,65 @@
.slbbutton {
width: 44px;
height: 44px;
border-radius: 5px;
background-color: #BBB;
margin-left: 4px;
margin-top: 8px;
position: relative;
cursor: pointer;
opacity: 0.5;
}
.night .slbbutton {
background-color: black;
}
.slbbutton:hover {
opacity: 1;
}
.slbbuttonsel {
opacity: 0.9;
}
.slbbuttonsel2 {
width: 70px;
border-radius: 5px 0px 0px 5px;
opacity: 1;
}
.slb1 {
background: url(../images/sharing-32.png) 0px 0px;
background-image: image-set(url(../images/sharing-32.png) 1x, url(../images/sharing-64.png) 2x);
height: 32px;
width: 32px;
cursor: pointer;
border: none;
position: absolute;
top: 3px;
left: 3px;
}
.slb2 {
background: url(../images/sharing-32.png) -32px 0px;
background-image: image-set(url(../images/sharing-32.png) 1x, url(../images/sharing-64.png) 2x);
height: 32px;
width: 32px;
cursor: pointer;
border: none;
position: absolute;
top: 3px;
left: 3px;
}
.slb3 {
background: url(../images/sharing-32.png) -64px 0px;
background-image: image-set(url(../images/sharing-32.png) 1x, url(../images/sharing-64.png) 2x);
height: 32px;
width: 32px;
cursor: pointer;
border: none;
position: absolute;
top: 3px;
left: 3px;
}