From 61b119ecbddf2275f39a91fa252e071c4767d863 Mon Sep 17 00:00:00 2001 From: julian laplace Date: Thu, 27 Oct 2022 22:36:20 +0200 Subject: play music button --- public/assets/css/audioplayer.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'public/assets/css/audioplayer.css') 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; -- cgit v1.2.3-70-g09d2