aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-05-18 15:02:18 +0200
committermetamuffin <metamuffin@disroot.org>2025-05-18 15:02:18 +0200
commit477f85145c6bb6eec7e86796651afaa35da0e7d2 (patch)
treeb779ec076538e81becd7536350cbbf1c0322952a /src/style.css
parent439f184ac655eb649f056cdf0b9326dcc0af4648 (diff)
downloadisda-477f85145c6bb6eec7e86796651afaa35da0e7d2.tar
isda-477f85145c6bb6eec7e86796651afaa35da0e7d2.tar.bz2
isda-477f85145c6bb6eec7e86796651afaa35da0e7d2.tar.zst
webui live updating
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index a309979..5e1ed0b 100644
--- a/src/style.css
+++ b/src/style.css
@@ -26,6 +26,9 @@
}
.task.loading {
border-color: #ffc36e;
+ background-image: linear-gradient(#fff3);
+ background-repeat: no-repeat;
+ background-size: 0%;
}
.task.complete {
border-color: #6eff70;