aboutsummaryrefslogtreecommitdiff
path: root/web/style/player.css
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-12-16 14:37:52 +0100
committermetamuffin <metamuffin@disroot.org>2023-12-16 14:37:52 +0100
commitec58ea45fdb1f7e363c136a30e5595bdbbadec98 (patch)
tree2993a80cbb5be2811e97d36cf8373c614ff5a89f /web/style/player.css
parent7fd3eb67ee15d4a0159ed4b32b841fe6de2fb3bb (diff)
downloadjellything-ec58ea45fdb1f7e363c136a30e5595bdbbadec98.tar
jellything-ec58ea45fdb1f7e363c136a30e5595bdbbadec98.tar.bz2
jellything-ec58ea45fdb1f7e363c136a30e5595bdbbadec98.tar.zst
improve filter sort, stay open and categories
Diffstat (limited to 'web/style/player.css')
-rw-r--r--web/style/player.css26
1 files changed, 0 insertions, 26 deletions
diff --git a/web/style/player.css b/web/style/player.css
index e01cbc3..1683573 100644
--- a/web/style/player.css
+++ b/web/style/player.css
@@ -16,32 +16,6 @@ form.playerconf {
grid-template-rows: 3em auto 5em;
}
-legend {
- font-size: 1.5em;
-}
-input[type="radio"] {
- appearance: none;
- display: inline-block;
- width: 1.2em;
- height: 1.2em;
- border-radius: 8px;
- padding: 2px;
- background-clip: content-box;
- border: 2px solid var(--font);
- background-color: transparent;
- transition: background-color 0.3s;
-}
-input[type="radio"]:checked {
- background-color: var(--accent-light);
-}
-
-fieldset label {
- transition: color 0.2s;
-}
-fieldset label:hover {
- color: var(--accent-light);
-}
-
.playerconf {
margin: 2em;
}