diff options
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; |