From a72b722d1d05fa44a86eb9ddccb71544547bbae5 Mon Sep 17 00:00:00 2001 From: ncoelho Date: Wed, 17 Feb 2021 17:43:44 +0100 Subject: [PATCH] improve radius --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 0bc9d58..8fd621d 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -116,7 +116,7 @@ body { -webkit-appearance: none; } #progressbar[max]::-webkit-progress-value { - border-radius: 8px 0 0 8px; + border-radius: 8px 4px 4px 8px; background: linear-gradient(0deg, rgba(104,187,225,1) 0%, rgba(139,215,249,1) 100%); -webkit-appearance: none; }