nicer button interactivities

This commit is contained in:
2025-12-22 02:32:18 +01:00
parent 5a429a3b8b
commit 8613024f8d
6 changed files with 73 additions and 55 deletions

View File

@@ -135,4 +135,14 @@ tooltip {
.toggle-button-off {
background-color: rgba(244, 67, 54, 0.2);
border: 1px solid #f44336;
}
.toggle-button-disabled {
background-color: rgba(100, 100, 100, 0.2);
border: 1px solid #666666;
color: #888888;
}
.disabled-popover-icon {
color: #888888;
}