mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 10:35:30 +00:00
better loading states, BUGFIX: person edit link
This commit is contained in:
@@ -641,14 +641,16 @@
|
||||
@apply block;
|
||||
}
|
||||
|
||||
/* Overlay disabled for now.
|
||||
html[data-htmx-busy="true"]::before {
|
||||
content: "";
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
background: rgba(15, 23, 42, 0.18);
|
||||
background: rgba(15, 23, 42, 0.08);
|
||||
z-index: 40;
|
||||
pointer-events: auto;
|
||||
}
|
||||
*/
|
||||
|
||||
[data-htmx-busy="true"]:not(html):not(body) {
|
||||
pointer-events: none;
|
||||
|
||||
Reference in New Issue
Block a user