mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-02-18 19:38:26 -06:00
12 lines
142 B
CSS
12 lines
142 B
CSS
.htmx-indicator {
|
|
display: none;
|
|
}
|
|
|
|
.htmx-request .htmx-indicator {
|
|
display: block;
|
|
}
|
|
|
|
.htmx-request.htmx-indicator {
|
|
display: block;
|
|
}
|