diff options
Diffstat (limited to 'server/src/routes/ui/style/player.css')
-rw-r--r-- | server/src/routes/ui/style/player.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/server/src/routes/ui/style/player.css b/server/src/routes/ui/style/player.css index 3468a38..b34653e 100644 --- a/server/src/routes/ui/style/player.css +++ b/server/src/routes/ui/style/player.css @@ -36,6 +36,23 @@ form.playerconf { legend { font-size: 1.5em; } +input[type="radio"] { + appearance: none; + display: inline-block; + width: 1.2em; + height: 1.2em; + border-radius: 8px; + background-clip: content-box; + border: 2px solid var(--font); + background-color: transparent; +} +input[type="radio"]:checked { + background-color: var(--accent-light); +} + +input[type=submit]:hover { + filter: hue-rotate(-20deg); +} fieldset label { transition: color 0.2s; |