mouse baterry

This commit is contained in:
2026-08-04 21:01:38 +02:00
parent db0aa8c0aa
commit 420dff0fc5
12 changed files with 892 additions and 1 deletions
+24
View File
@@ -293,6 +293,30 @@ tooltip {
border-radius: 4px;
}
.mouse-battery {
padding: 0 6px;
}
.mouse-battery-good {
color: #ffffff;
}
.mouse-battery-low {
color: #ffb454;
}
.mouse-battery-critical {
color: #ff5555;
}
.mouse-battery-charging {
color: #5aff8f;
}
.mouse-battery-disconnected {
color: #ffffff66;
}
.available-devices {
background-color: rgba(255, 255, 255, 0.1);
border-radius: 4px;