diff options
author | Ameer Dawood <ameer1234567890@gmail.com> | 2018-09-14 12:50:20 +0500 |
---|---|---|
committer | Ameer Dawood <ameer1234567890@gmail.com> | 2018-09-14 12:52:33 +0500 |
commit | 818ce143f2cd98a78c1f2703fbdb828627eff33b (patch) | |
tree | 58508327d635829fceda6511cb03f8f5bd432bbd /themes/luci-theme-material | |
parent | 9e5baf9b3a1a52d51489446d4dac06338113c159 (diff) |
luci-theme-material: Monospace font for textarea elements
Signed-off-by: Ameer Dawood <ameer1234567890@gmail.com>
Diffstat (limited to 'themes/luci-theme-material')
-rw-r--r-- | themes/luci-theme-material/htdocs/luci-static/material/cascade.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index 4875c33f8..b452b8ae8 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -1226,7 +1226,7 @@ td > .ifacebadge, min-height: 14rem; padding: 0.8rem; font-size: 0.8rem; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: monospace; color: black; } |