feat(ui): changed background for the main progress bar in classic style

Made it match new background picture slightly better
This commit is contained in:
Observer KRypt0n_ 2023-03-24 15:56:14 +02:00
parent f0286a418e
commit a3e4e40b9d
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -142,13 +142,14 @@ fn main() {
}} }}
window.classic-style progressbar {{ window.classic-style progressbar {{
background-color: #00000040; background-color: #00000020;
border-radius: 16px; border-radius: 16px;
padding: 8px 16px; padding: 8px 16px;
}} }}
window.classic-style progressbar:hover {{ window.classic-style progressbar:hover {{
background-color: #00000090; background-color: #00000060;
color: #ffffff;
transition-duration: 0.5s; transition-duration: 0.5s;
transition-timing-function: linear; transition-timing-function: linear;
}} }}