diff --git a/html/rawaudio.html b/html/rawaudio.html index b31f9b1..90e68b3 100644 --- a/html/rawaudio.html +++ b/html/rawaudio.html @@ -16,7 +16,7 @@ font-family: system-ui, Arial, Helvetica, sans-serif; } - textarea, input[type="text"] { + textarea, input[type="text"], input[type="number"] { box-sizing: border-box; width: 100%; } @@ -37,26 +37,39 @@ button:hover { background-color: #0b5ed7; } + + a.disabled > button { + background-color: #5a5a5a; + cursor: default; + }