summaryrefslogtreecommitdiff
path: root/public/assets/css/audioplayer.css
diff options
context:
space:
mode:
authorjulian laplace <julescarbon@gmail.com>2022-10-27 22:36:20 +0200
committerjulian laplace <julescarbon@gmail.com>2022-10-27 22:36:20 +0200
commit61b119ecbddf2275f39a91fa252e071c4767d863 (patch)
tree106e02593edaf66865fc5f3a0924a2f8abccb3d5 /public/assets/css/audioplayer.css
parenteea34be30711fc9de9a65dce772b0f8b42541f9c (diff)
play music button
Diffstat (limited to 'public/assets/css/audioplayer.css')
-rw-r--r--public/assets/css/audioplayer.css7
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;