From: Kristian Skramstad Date: Thu, 14 Mar 2024 19:33:43 +0000 (+0100) Subject: luci-theme-bootstrap: Change textarea font-family to monospace. X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=bd2b2ec3402d5b28446815c872703b6763e00732;hp=1164d276081a30923197299cacede3c6f4dce16e 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 --- 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;