diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 681e6dd..bb89f55 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -51,7 +51,8 @@ body { } button, input, -select { +select, +textarea { background-color: inherit; font: inherit; } @@ -113,7 +114,7 @@ input[type=submit]:hover { color: white; fill: white; } -button.dangerous:hover { +.dangerous:hover { background-color: #ff1f5b; border-color: #ff1f5b; }