Respect standard font settings for buttons as well
This should not only be done for input, select and textareas.
This commit is contained in:
parent
80ea7e17ec
commit
63528570bc
|
@ -5,7 +5,7 @@
|
||||||
* This file is licensed under the 2-Clause BSD license (see LICENSE.txt).
|
* This file is licensed under the 2-Clause BSD license (see LICENSE.txt).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
input, select, textarea {
|
input, button, select, textarea {
|
||||||
/* Respect standard font settings */
|
/* Respect standard font settings */
|
||||||
font: inherit;
|
font: inherit;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue