mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added device battery indication
This commit is contained in:
parent
1a2c85e9f0
commit
bf5be3c145
7 changed files with 1406 additions and 1339 deletions
BIN
public/images/batteries48.png
Normal file
BIN
public/images/batteries48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
|
@ -784,6 +784,23 @@ NoMeshesPanel img {
|
|||
background-color:#44F;
|
||||
}
|
||||
|
||||
.deviceBatteryLarge {
|
||||
position:absolute;
|
||||
left:10px;
|
||||
top:140px;
|
||||
width:28px;
|
||||
height:48px;
|
||||
border:none;
|
||||
box-shadow:none;
|
||||
}
|
||||
|
||||
.deviceBatteryLarge1 { background: url(../images/batteries48.png) 0px 0px; }
|
||||
.deviceBatteryLarge2 { background: url(../images/batteries48.png) -28px 0px; }
|
||||
.deviceBatteryLarge3 { background: url(../images/batteries48.png) -56px 0px; }
|
||||
.deviceBatteryLarge4 { background: url(../images/batteries48.png) -84px 0px; }
|
||||
.deviceBatteryLarge5 { background: url(../images/batteries48.png) -112px 0px; }
|
||||
.deviceBatteryLarge6 { background: url(../images/batteries48.png) -140px 0px; }
|
||||
|
||||
.deviceNotifyLargeDot {
|
||||
text-align:center;
|
||||
position:absolute;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue