From 98901d44fe5a849993d9c06316c153fce4465f0b Mon Sep 17 00:00:00 2001 From: Kawazoe Tomonori <48494380+kawazoet@users.noreply.github.com> Date: Wed, 2 Apr 2025 10:36:39 +0900 Subject: [PATCH] Improved layout of button --- assets/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index 651a2c7c..ca7ffc75 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1022,6 +1022,7 @@ textarea:hover { border: 1px solid #aaa; } +input[type=button], input[type=submit], input[type=reset] { display: inline-block; @@ -1037,6 +1038,7 @@ input[type=reset] { -webkit-appearance: none; } +input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover { background: {{ $highlightColor }};