diff options
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/style.css')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/style.css | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/style.css b/packages/meshbay-hub/src/meshbay_hub/static/style.css index cb56321..12fc15f 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/style.css +++ b/packages/meshbay-hub/src/meshbay_hub/static/style.css @@ -1333,13 +1333,6 @@ button:disabled { opacity: 0.5; cursor: not-allowed; } min-width: 0; } -/* Leaving or deleting a group. Marked, because the two buttons in this tab - that cannot be undone should not look like the ones that can. */ -.danger-section { - border-color: color-mix(in srgb, var(--error) 40%, var(--border)); -} -.danger-section .settings-heading { color: var(--error); } - .badge-owner { background: var(--accent); color: var(--accent-text); @@ -1429,6 +1422,11 @@ button:disabled { opacity: 0.5; cursor: not-allowed; } /* ── Transfers widget ────────────────────────────────────────────────────── */ +/* Green while transfers are running: the count in the badge says how many, but + the colour is what is readable without looking at it. Back to the ordinary + nav colour the moment the last one finishes. */ +.transfer-btn.active .icon { color: var(--success); } + .transfer-wrap { position: relative; display: flex; align-items: center; } .transfer-btn { background: none; |