diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-10-27 22:36:20 +0200 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-10-27 22:36:20 +0200 |
| commit | 61b119ecbddf2275f39a91fa252e071c4767d863 (patch) | |
| tree | 106e02593edaf66865fc5f3a0924a2f8abccb3d5 /public/assets/css | |
| parent | eea34be30711fc9de9a65dce772b0f8b42541f9c (diff) | |
play music button
Diffstat (limited to 'public/assets/css')
| -rw-r--r-- | public/assets/css/audioplayer.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/public/assets/css/audioplayer.css b/public/assets/css/audioplayer.css index 2728c16..530195a 100644 --- a/public/assets/css/audioplayer.css +++ b/public/assets/css/audioplayer.css @@ -32,6 +32,7 @@ opacity: 0; } .player.unloaded { + opacity: 0 !important; pointer-events: none; } .player.active { @@ -49,7 +50,11 @@ border-radius: 0.25rem; } .player .controls { - background: linear-gradient(-90deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.95)); + background: linear-gradient( + -90deg, + rgba(20, 10, 10, 0.85), + rgba(10, 10, 20, 0.95) + ); } .player .trackInfo { justify-content: space-between; |
