aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/src/meshbay_hub/static/style.css
diff options
context:
space:
mode:
authorChristophe Besson <cbesson@gmail.com>2026-08-29 18:50:37 +0200
committerChristophe Besson <cbesson@gmail.com>2026-08-29 18:50:37 +0200
commitc37fe3047367f401765351e5aca73f8f0ed6810c (patch)
treec3cf52687c7fcd88130a0485835d44e14e57a866 /packages/meshbay-hub/src/meshbay_hub/static/style.css
parent0bcd8521eec8c6fde3ba5a6dc127866b3fb991e7 (diff)
parenta36661b4c2a24199922d60be1bcb6ed597b433a5 (diff)
downloadmeshbay-c37fe3047367f401765351e5aca73f8f0ed6810c.tar.gz
Merge branch 'ui/search-title-and-refresh-button'
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/style.css')
-rw-r--r--packages/meshbay-hub/src/meshbay_hub/static/style.css9
1 files changed, 9 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 8e714f3..2a2bd8a 100644
--- a/packages/meshbay-hub/src/meshbay_hub/static/style.css
+++ b/packages/meshbay-hub/src/meshbay_hub/static/style.css
@@ -886,6 +886,15 @@ button:disabled { opacity: 0.5; cursor: not-allowed; }
}
.crumb:hover { background: var(--bg-raised); text-decoration: none; }
.crumb-sep { color: var(--text-dim); }
+.crumb-refresh {
+ background: none;
+ border: 0;
+ font: inherit;
+ color: var(--text-secondary);
+}
+.crumb-refresh:hover:not(:disabled) { color: var(--text); }
+.crumb-refresh:disabled { cursor: default; }
+.crumb-refresh.spinning .icon { animation: spin 0.8s linear infinite; }
/* ── File table ──────────────────────────────────────────────────────────── */