aboutsummaryrefslogtreecommitdiff
path: root/web/js-player.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/js-player.css')
-rw-r--r--web/js-player.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/web/js-player.css b/web/js-player.css
index 79dffa0..b6133f9 100644
--- a/web/js-player.css
+++ b/web/js-player.css
@@ -4,11 +4,11 @@
Copyright (C) 2023 metamuffin <metamuffin.org>
*/
-.js-player {
+.jsp {
--csize: 50px;
}
-.js-player .controls {
+.jsp .jsp-controls {
position: absolute;
bottom: 0px;
left: 0px;
@@ -21,7 +21,7 @@
flex-direction: row;
}
-.js-player .controls button {
+.jsp .jsp-controls button {
padding: 0px;
width: var(--csize);
height: 100%;
@@ -29,7 +29,7 @@
background-color: #ffffff10;
}
-.js-player .controls p.status {
+.jsp .jsp-controls p.jsp-status {
display: inline-block;
width: 6em;
text-align: right;
@@ -38,7 +38,7 @@
margin: 0.4em;
}
-.pri {
+.jsp .jsp-pri {
flex-grow: 1;
padding: 0px;
display: inline-block;
@@ -46,7 +46,7 @@
width: calc(100% - var(--csize) * 2 - 2px);
height: var(--csize);
}
-.pri-current {
+.jsp .jsp-pri-current {
height: var(--csize);
background-color: #ffffff20;
}