aboutsummaryrefslogtreecommitdiffhomepage
path: root/static/misc.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/misc.css')
-rw-r--r--static/misc.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/misc.css b/static/misc.css
index 6b88e63..4271cbe 100644
--- a/static/misc.css
+++ b/static/misc.css
@@ -80,6 +80,13 @@ span.unreadIndicator {
}
}
+.htmx-indicator {
+ visibility: hidden;
+ &.htmx-request {
+ visibility: inherit;
+ }
+}
+
[hidden] {
display: none;
}