change colors logic

This commit is contained in:
ncoelho 2021-02-18 13:04:32 +01:00 committed by Overtorment
parent 9c66b33477
commit 076bb485d9

View File

@ -117,11 +117,11 @@ body {
} }
#progressbar[max]::-webkit-progress-value { #progressbar[max]::-webkit-progress-value {
border-radius: 8px 4px 4px 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; -webkit-appearance: none;
background: linear-gradient(0deg, rgba(47,95,179,1) 0%, rgba(63,120,220,1) 100%);
} }
#progressbar[value]::-webkit-progress-bar { #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; height: 16px;
border-radius: 8px; border-radius: 8px;
transition: 0.4s linear; transition: 0.4s linear;