aboutsummaryrefslogtreecommitdiff
path: root/web/style/js-player.css
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-01-15 18:32:31 +0100
committermetamuffin <metamuffin@disroot.org>2024-01-15 18:32:31 +0100
commit36022cedfb1f34f086f20f7846cb68e382f5a7ce (patch)
tree89030d61c93b6736a8bb3f93853c10bc487cb974 /web/style/js-player.css
parent31c3529ec2f8d934711d1ad2547e73c84a59878f (diff)
downloadjellything-36022cedfb1f34f086f20f7846cb68e382f5a7ce.tar
jellything-36022cedfb1f34f086f20f7846cb68e382f5a7ce.tar.bz2
jellything-36022cedfb1f34f086f20f7846cb68e382f5a7ce.tar.zst
track select ui in jsp-
Diffstat (limited to 'web/style/js-player.css')
-rw-r--r--web/style/js-player.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/web/style/js-player.css b/web/style/js-player.css
index ead9293..40455ed 100644
--- a/web/style/js-player.css
+++ b/web/style/js-player.css
@@ -44,6 +44,14 @@
margin-right: 1em;
display: inherit;
}
+.jsp-track-state {
+ background-color: #0005;
+ border: 0px solid transparent;
+ font-size: x-large;
+}
+.jsp-track-state:hover {
+ background-color: rgba(113, 113, 113, 0.333);
+}
.jsp-track-select-popup {
background-color: #303a;
padding: 1em;
@@ -170,4 +178,4 @@
bottom: calc(var(--csize) - 20px);
opacity: 0;
}
-} \ No newline at end of file
+}