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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/style.css b/packages/meshbay-hub/src/meshbay_hub/static/style.css index 1ba0ef0..6b0b6fe 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/style.css +++ b/packages/meshbay-hub/src/meshbay_hub/static/style.css @@ -1894,3 +1894,13 @@ button:disabled { opacity: 0.5; cursor: not-allowed; } } .btn-primary:hover:not(:disabled) { background: var(--accent-hover); } .btn-primary:disabled { opacity: 0.5; cursor: not-allowed; } + +/* A root whose volume is absent. Its files stay listed — they are frozen, not + deleted — so the row has to carry the difference. */ +.root-offline { + font-size: 0.85em; + font-weight: 500; + color: var(--warn, #d97706); + margin-left: 6px; +} +.dir-row .root-offline { white-space: nowrap; } |