summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2022-12-09 12:47:06 +0100
committerSamuel Mannehed <samuel@cendio.se>2022-12-12 14:50:14 +0100
commit63528570bc2c7051e8384d43f16b8c737b067788 (patch)
treec577b414c383b745b772b66222196f7455118b01 /app
parent80ea7e17ecafc2d484507ce912e8bec4a24644ee (diff)
downloadnovnc-63528570bc2c7051e8384d43f16b8c737b067788.tar.gz
Respect standard font settings for buttons as well
This should not only be done for input, select and textareas.
Diffstat (limited to 'app')
-rw-r--r--app/styles/input.css2
1 files changed, 1 insertions, 1 deletions
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;
}