diff options
Diffstat (limited to 'server/src/routes/ui/style/player.css')
| -rw-r--r-- | server/src/routes/ui/style/player.css | 2 |
1 files changed, 2 insertions, 0 deletions
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); |