ysdsd
This commit is contained in:
@@ -163,6 +163,41 @@
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.pihole-page.is-busy {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.pihole-busy-overlay {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 24px;
|
||||
background: rgba(10, 14, 24, 0.28);
|
||||
backdrop-filter: blur(2px);
|
||||
z-index: 80;
|
||||
}
|
||||
|
||||
.pihole-busy-overlay[hidden] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.pihole-busy-card {
|
||||
min-width: min(320px, 92vw);
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
padding: 18px 20px;
|
||||
border-radius: 16px;
|
||||
border: 1px solid var(--line);
|
||||
background: var(--panel);
|
||||
box-shadow: var(--shadow);
|
||||
}
|
||||
|
||||
.pihole-busy-card span {
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
.pihole-instance-card {
|
||||
padding: 16px;
|
||||
background: var(--panel-2);
|
||||
|
||||
Reference in New Issue
Block a user