From 86bee9e2cf5c97d1339d2cde59b3361e88973a7d Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Wed, 8 May 2024 13:08:15 +0200 Subject: feat: show info if no requests present --- src/main/resources/static/style.css | 4 ++++ src/main/resources/templates/index.html | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'src/main') diff --git a/src/main/resources/static/style.css b/src/main/resources/static/style.css index f6a916e..892b020 100644 --- a/src/main/resources/static/style.css +++ b/src/main/resources/static/style.css @@ -619,6 +619,10 @@ input.inline:focus-visible { text-align: center; } +.notification.info { + color: var(--bg-blue); +} + .notification.success { color: var(--bg-green); } diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index be3123b..520efb6 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -18,7 +18,11 @@ -