summaryrefslogtreecommitdiff
path: root/src/main/resources/static
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2024-01-15 09:17:38 +0100
committerPaul-Christian Volkmer2024-01-15 09:17:38 +0100
commit9d30f750f722ae460cd1fe5ee8376c8dc44714bb (patch)
tree13c3edeaad9608b7fc2da2a8796a2873867cd396 /src/main/resources/static
parenta1a252d5a95dc161523d1a6740f8439858789a59 (diff)
feat #23: add reload button to display on new request
Diffstat (limited to 'src/main/resources/static')
-rw-r--r--src/main/resources/static/style.css15
1 files changed, 15 insertions, 0 deletions
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