Show loading indicator

This commit is contained in:
2022-08-03 07:20:30 +01:00
parent e3476f5298
commit 990a88a340
2 changed files with 13 additions and 1 deletions

View File

@@ -51,6 +51,16 @@
.slider-output {
width: 4rem !important;
}
.htmx-indicator{
opacity:0;
transition: opacity 500ms ease-in;
}
.htmx-request .htmx-indicator{
opacity:1
}
.htmx-request.htmx-indicator{
opacity:1
}
</style>
</head>
<body>