summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKristian Skramstad <kristian+github@83.no>2024-03-14 20:33:43 +0100
committerPaul Donald <itsascambutmailmeanyway+github@gmail.com>2024-03-27 19:29:48 +0100
commitbd2b2ec3402d5b28446815c872703b6763e00732 (patch)
tree7235189572e7a85032f1b75fad9303b8aac3ec3f
parent1164d276081a30923197299cacede3c6f4dce16e (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.css4
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;