From 63528570bc2c7051e8384d43f16b8c737b067788 Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Fri, 9 Dec 2022 12:47:06 +0100 Subject: Respect standard font settings for buttons as well This should not only be done for input, select and textareas. --- app/styles/input.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/styles/input.css b/app/styles/input.css index be15110..f6cdbd2 100644 --- a/app/styles/input.css +++ b/app/styles/input.css @@ -5,7 +5,7 @@ * This file is licensed under the 2-Clause BSD license (see LICENSE.txt). */ -input, select, textarea { +input, button, select, textarea { /* Respect standard font settings */ font: inherit; } -- cgit v1.2.1