mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-24 18:47:44 +00:00
Fade in Webamp
This commit is contained in:
parent
cbc6989563
commit
cd040224d7
6 changed files with 43 additions and 10 deletions
10
src/App.css
10
src/App.css
|
|
@ -74,6 +74,16 @@ body.overlay-open .overlay {
|
|||
margin: 10px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#focused-skin .metadata a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
#focused-skin .focused-preview {
|
||||
-webkit-transition: opacity 400ms ease-in-out;
|
||||
-moz-transition: opacity 400ms ease-in-out;
|
||||
-ms-transition: opacity 400ms ease-in-out;
|
||||
}
|
||||
#focused-skin .focused-preview.loaded {
|
||||
opacity: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue