diff options
author | metamuffin <metamuffin@disroot.org> | 2024-01-26 03:46:05 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-01-26 03:46:05 +0100 |
commit | 2e41b2b373d5a057061a7694aa5e83001efeaf0f (patch) | |
tree | fd9c82fcaf7a8100698b162f9c21ba1852becc88 /web/style/forms.css | |
parent | 9918784ba0b71b406e98e069a4e2be10bf72f02e (diff) | |
download | jellything-2e41b2b373d5a057061a7694aa5e83001efeaf0f.tar jellything-2e41b2b373d5a057061a7694aa5e83001efeaf0f.tar.bz2 jellything-2e41b2b373d5a057061a7694aa5e83001efeaf0f.tar.zst |
fix a bunch of stupid things regarding subtitles. still doesnt work
Diffstat (limited to 'web/style/forms.css')
-rw-r--r-- | web/style/forms.css | 3 |
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%); } |