Respect standard font settings for buttons as well

This should not only be done for input, select and textareas.
This commit is contained in:
Samuel Mannehed 2022-12-09 12:47:06 +01:00
parent 80ea7e17ec
commit 63528570bc
1 changed files with 1 additions and 1 deletions

View File

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