Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordizzy <diosmosis@users.noreply.github.com>2021-11-29 13:22:21 +0300
committerGitHub <noreply@github.com>2021-11-29 13:22:21 +0300
commit82aef0b999bec0d8bd842403e4c1ef576b87b474 (patch)
tree25651abc781c3aa95cbf7e3a484a4664fa0ac32f /plugins/Morpheus
parente3218471244d08039b1b84f1c907f1be0e018768 (diff)
Use themed font family for input forms to override materialize.css styling (#18390)
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/stylesheets/general/_typography.less7
1 files changed, 6 insertions, 1 deletions
diff --git a/plugins/Morpheus/stylesheets/general/_typography.less b/plugins/Morpheus/stylesheets/general/_typography.less
index cd8d155a6b..0440d98606 100644
--- a/plugins/Morpheus/stylesheets/general/_typography.less
+++ b/plugins/Morpheus/stylesheets/general/_typography.less
@@ -2,7 +2,12 @@ h1,
h2,
h3,
h4,
- h5 {
+ h5,
+ button,
+ input,
+ optgroup,
+ select,
+ textarea {
font-family: @theme-fontFamily-base;
}