mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 02:57:30 +00:00
Fade in overlay
This commit is contained in:
parent
b2a38f22e5
commit
23e6cd75e3
2 changed files with 12 additions and 2 deletions
|
|
@ -25,7 +25,12 @@ body.overlay-open {
|
|||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.9);
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
transition: background-color 400ms ease-out;
|
||||
}
|
||||
|
||||
body.overlay-open .overlay {
|
||||
background: rgba(0, 0, 0, 0.9);
|
||||
}
|
||||
|
||||
#close-modal {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue