aboutsummaryrefslogtreecommitdiff
path: root/web/style/forms.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/style/forms.css')
-rw-r--r--web/style/forms.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/style/forms.css b/web/style/forms.css
index fca6648..f020eb6 100644
--- a/web/style/forms.css
+++ b/web/style/forms.css
@@ -35,6 +35,7 @@ fieldset {
}
input[type="submit"],
+.play,
button {
color: var(--font-highlight);
padding: 0.5em;
@@ -46,10 +47,12 @@ button {
cursor: pointer;
}
input[type="submit"]:disabled,
+.play,
button:disabled {
background-color: var(--background-disable);
}
input[type="submit"]:hover,
+.play,
button:hover {
filter: brightness(150%);
}