diff options
author | metamuffin <metamuffin@disroot.org> | 2025-05-18 15:02:18 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-05-18 15:02:18 +0200 |
commit | 477f85145c6bb6eec7e86796651afaa35da0e7d2 (patch) | |
tree | b779ec076538e81becd7536350cbbf1c0322952a /src/style.css | |
parent | 439f184ac655eb649f056cdf0b9326dcc0af4648 (diff) | |
download | isda-477f85145c6bb6eec7e86796651afaa35da0e7d2.tar isda-477f85145c6bb6eec7e86796651afaa35da0e7d2.tar.bz2 isda-477f85145c6bb6eec7e86796651afaa35da0e7d2.tar.zst |
webui live updating
Diffstat (limited to 'src/style.css')
-rw-r--r-- | src/style.css | 3 |
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; |