1
0
mirror of https://github.com/pcvolkmer/mv64e-etl-processor synced 2025-09-13 17:02:52 +00:00

feat: show info if no requests present

This commit is contained in:
2024-05-08 13:08:15 +02:00
parent f419acb924
commit 86bee9e2cf
3 changed files with 19 additions and 16 deletions

View File

@@ -619,6 +619,10 @@ input.inline:focus-visible {
text-align: center;
}
.notification.info {
color: var(--bg-blue);
}
.notification.success {
color: var(--bg-green);
}