Browse Source

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>
Kristian Skramstad 1 month ago
parent
commit
bd2b2ec340

+ 2 - 2
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;