From b91776e9c4eb96a93ce529464136abe3f5ea69bc Mon Sep 17 00:00:00 2001 From: cryptogopher Date: Sat, 6 Jan 2024 02:24:14 +0100 Subject: [PATCH] Expand some selectors --- app/assets/stylesheets/application.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; }