diff --git a/app/styles/input.css b/app/styles/input.css index 8ea38c2b..5985b175 100644 --- a/app/styles/input.css +++ b/app/styles/input.css @@ -47,7 +47,6 @@ select { appearance: none; background: none; - padding: 5px; border: 1px solid rgb(192, 192, 192); border-bottom-width: 2px; border-radius: 5px; @@ -56,14 +55,8 @@ select { /* This avoids it jumping around when :active */ vertical-align: middle; -} -input[type=button], -input[type=color], -input[type=reset], -input[type=submit], -input::file-selector-button, -button { + padding: 5px; padding-left: 20px; padding-right: 20px; }