aboutsummaryrefslogtreecommitdiff
path: root/static/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index d1b4d40..db74cac 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -12,3 +12,14 @@ article footer {
flex-direction: row;
justify-content: space-between;
}
+
+.htmx-indicator{
+ opacity:0;
+ transition: opacity 500ms ease-in;
+}
+.htmx-request .htmx-indicator{
+ opacity:1;
+}
+.htmx-request.htmx-indicator{
+ opacity:1;
+} \ No newline at end of file