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 }};