mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-03-11 02:29:37 +03:00
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:
parent
f0286a418e
commit
a3e4e40b9d
1 changed files with 3 additions and 2 deletions
|
@ -142,13 +142,14 @@ fn main() {
|
|||
}}
|
||||
|
||||
window.classic-style progressbar {{
|
||||
background-color: #00000040;
|
||||
background-color: #00000020;
|
||||
border-radius: 16px;
|
||||
padding: 8px 16px;
|
||||
}}
|
||||
|
||||
window.classic-style progressbar:hover {{
|
||||
background-color: #00000090;
|
||||
background-color: #00000060;
|
||||
color: #ffffff;
|
||||
transition-duration: 0.5s;
|
||||
transition-timing-function: linear;
|
||||
}}
|
||||
|
|
Loading…
Add table
Reference in a new issue