aboutsummaryrefslogtreecommitdiff
path: root/web/style/js-player.css
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-01-29 01:00:15 +0100
committermetamuffin <metamuffin@disroot.org>2024-01-29 01:00:15 +0100
commit9f4544489eb884a817fa6df9218f45e3f62657cf (patch)
treeab3b4ba7cbe389513dff4ec160a9fe0967318323 /web/style/js-player.css
parent42dfe430a05fcc45bd3248219e489841c38f7bac (diff)
downloadjellything-9f4544489eb884a817fa6df9218f45e3f62657cf.tar
jellything-9f4544489eb884a817fa6df9218f45e3f62657cf.tar.bz2
jellything-9f4544489eb884a817fa6df9218f45e3f62657cf.tar.zst
make controls look better
Diffstat (limited to 'web/style/js-player.css')
-rw-r--r--web/style/js-player.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/web/style/js-player.css b/web/style/js-player.css
index 7a2c278..1d205a8 100644
--- a/web/style/js-player.css
+++ b/web/style/js-player.css
@@ -24,7 +24,8 @@
flex-direction: row;
}
-.jsp .jsp-controls button {
+.jsp .jsp-controls button,
+.jsp .jsp-track-list button {
padding: 0px;
width: var(--csize);
height: 100%;
@@ -193,6 +194,16 @@
}
.jsp-controlgroup {
+ padding: 0.5em;
margin-top: 1em;
margin-bottom: 1em;
+ background-color: #00000038;
+}
+
+ul.jsp-track-list {
+ list-style: none;
+ padding: 0px;
+}
+ul.jsp-track-list li.active {
+ background-color: #047a0073;
}