diff options
Diffstat (limited to 'server/src/routes')
-rw-r--r-- | server/src/routes/ui/style/directorypage.css | 1 | ||||
-rw-r--r-- | server/src/routes/ui/style/player.css | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/server/src/routes/ui/style/directorypage.css b/server/src/routes/ui/style/directorypage.css index 8c6d5d9..2773e3c 100644 --- a/server/src/routes/ui/style/directorypage.css +++ b/server/src/routes/ui/style/directorypage.css @@ -1,4 +1,3 @@ - .page.dir { padding: 1em; padding-left: 3em; diff --git a/server/src/routes/ui/style/player.css b/server/src/routes/ui/style/player.css index b34653e..8d3488f 100644 --- a/server/src/routes/ui/style/player.css +++ b/server/src/routes/ui/style/player.css @@ -42,9 +42,11 @@ input[type="radio"] { 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); |