summaryrefslogtreecommitdiff
path: root/public/assets/css/audioplayer.css
diff options
context:
space:
mode:
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;