aboutsummaryrefslogtreecommitdiff
path: root/server/src/routes/ui/style/player.css
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/routes/ui/style/player.css')
-rw-r--r--server/src/routes/ui/style/player.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/server/src/routes/ui/style/player.css b/server/src/routes/ui/style/player.css
index 8d3488f..0a9c16f 100644
--- a/server/src/routes/ui/style/player.css
+++ b/server/src/routes/ui/style/player.css
@@ -11,7 +11,8 @@ option {
}
input[type="submit"] {
- width: 30%;
+ padding: 0.5em;
+ margin: 1em;
justify-self: center;
border: 0px solid transparent;
background-color: var(--accent-dark);
@@ -52,7 +53,7 @@ input[type="radio"]:checked {
background-color: var(--accent-light);
}
-input[type=submit]:hover {
+input[type="submit"]:hover {
filter: hue-rotate(-20deg);
}
@@ -82,5 +83,7 @@ fieldset label:hover {
}
.playerconf input[type="submit"] {
grid-area: b;
+ width: 30%;
+ height: 3em;
font-size: 1.5em;
}