mirror of
https://github.com/pcvolkmer/etl-processor.git
synced 2025-07-18 13:22:53 +00:00
feat: show info if no requests present
This commit is contained in:
@ -619,6 +619,10 @@ input.inline:focus-visible {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.notification.info {
|
||||
color: var(--bg-blue);
|
||||
}
|
||||
|
||||
.notification.success {
|
||||
color: var(--bg-green);
|
||||
}
|
||||
|
Reference in New Issue
Block a user