diff --git a/css/form.css b/css/form.css index 838006e..54ab5cd 100644 --- a/css/form.css +++ b/css/form.css @@ -30,12 +30,20 @@ input:focus { outline: none; } +input:disabled { + background-color: #606060; +} + select { border: solid white 1px; background-color: black; color: white; } +select:disabled { + background-color: #606060; +} + button { margin-top: 0px; }