diff options
author | Kristian Skramstad <kristian+github@83.no> | 2024-03-14 20:33:43 +0100 |
---|---|---|
committer | Paul Donald <itsascambutmailmeanyway+github@gmail.com> | 2024-03-27 19:29:48 +0100 |
commit | bd2b2ec3402d5b28446815c872703b6763e00732 (patch) | |
tree | 7235189572e7a85032f1b75fad9303b8aac3ec3f | |
parent | 1164d276081a30923197299cacede3c6f4dce16e (diff) |
luci-theme-bootstrap: Change textarea font-family to monospace.
Better readability for pages:
- Startup -> Local Startup
- Flash Firmware -> Configuration
- Diagnostics
Signed-off-by: Kristian Skramstad <kristian+github@83.no>
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index f5dacfe6d9..d2da9fc624 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -259,6 +259,7 @@ input[type="search"]::-webkit-search-decoration { textarea { overflow: auto; vertical-align: top; + font-family: monospace; } .control-group { @@ -535,8 +536,7 @@ fieldset legend { label, input, button, -select, -textarea { +select { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; font-weight: normal; |