diff --git a/static/css/style.css b/static/css/style.css index 8fd621d..64260ec 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -117,11 +117,11 @@ body { } #progressbar[max]::-webkit-progress-value { 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; + background: linear-gradient(0deg, rgba(47,95,179,1) 0%, rgba(63,120,220,1) 100%); } #progressbar[value]::-webkit-progress-bar { - background: linear-gradient(0deg, rgba(47,95,179,1) 0%, rgba(63,120,220,1) 100%); + background: linear-gradient(0deg, rgba(104,187,225,1) 0%, rgba(139,215,249,1) 100%); height: 16px; border-radius: 8px; transition: 0.4s linear;