From 9d30f750f722ae460cd1fe5ee8376c8dc44714bb Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Mon, 15 Jan 2024 09:17:38 +0100 Subject: feat #23: add reload button to display on new request --- src/main/resources/static/style.css | 15 +++++++++++++++ src/main/resources/templates/index.html | 8 +++++++- 2 files changed, 22 insertions(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/static/style.css b/src/main/resources/static/style.css index fee5d4c..e2bf65a 100644 --- a/src/main/resources/static/style.css +++ b/src/main/resources/static/style.css @@ -520,4 +520,19 @@ input.inline:focus-visible { .notification.error { color: var(--bg-red); +} + +a.reload { + display: none; + position: absolute; + height: 1.2em; + width: 1.2em; + background: var(--bg-red); + border-radius: 50%; + + color: white; + text-decoration: none; + font-size: .6em; + align-content: center; + justify-content: center; } \ No newline at end of file diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index b1c3142..c039b33 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -9,7 +9,7 @@