mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 21:02:53 -05:00
Started work on device session indication
This commit is contained in:
BIN
public/images/icon-relay-notify.png
Normal file
BIN
public/images/icon-relay-notify.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 384 B |
BIN
public/images/icon-relay-notify10.png
Normal file
BIN
public/images/icon-relay-notify10.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 297 B |
BIN
public/images/icon-relay-notify12.png
Normal file
BIN
public/images/icon-relay-notify12.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 318 B |
@@ -746,6 +746,44 @@ NoMeshesPanel img {
|
||||
width: 47px;
|
||||
}
|
||||
|
||||
.deviceNotifyDot {
|
||||
text-align:center;
|
||||
position:absolute;
|
||||
right:10px;
|
||||
top:0px;
|
||||
width:16px;
|
||||
height:16px;
|
||||
color:#FFF;
|
||||
background-color:#00F;
|
||||
padding:2px;
|
||||
border-radius:10px;
|
||||
box-shadow: 2px 2px 10px black;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.deviceNotifyDot:hover {
|
||||
background-color:#44F;
|
||||
}
|
||||
|
||||
.deviceNotifySmallDot {
|
||||
text-align:center;
|
||||
position:absolute;
|
||||
right:10px;
|
||||
top:0px;
|
||||
width:10px;
|
||||
height:10px;
|
||||
color:#FFF;
|
||||
padding:2px;
|
||||
background-color:#00F;
|
||||
border-radius:10px;
|
||||
box-shadow: 2px 2px 10px black;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.deviceNotifySmallDot:hover {
|
||||
background-color:#44F;
|
||||
}
|
||||
|
||||
#xdevices {
|
||||
max-height: calc(100vh - 242px);
|
||||
overflow-y: auto;
|
||||
|
||||
Reference in New Issue
Block a user