Clarify qBittorrent status and fix status pill contrast

This commit is contained in:
2026-05-24 17:03:45 +12:00
parent 0700d37469
commit 329884b789
4 changed files with 69 additions and 8 deletions
+2
View File
@@ -3565,12 +3565,14 @@ button:disabled {
.user-grid-pill.is-blocked {
background: rgba(244, 114, 114, 0.14);
border-color: rgba(244, 114, 114, 0.24);
color: #ffd5d5;
}
.system-pill-degraded,
.user-grid-pill.is-disabled {
background: rgba(208, 166, 92, 0.14);
border-color: rgba(208, 166, 92, 0.22);
color: #ffe3a6;
}
.system-dot {