luci-theme-bootstrap: Change textarea font-family to monospace.
authorKristian Skramstad <kristian+github@83.no>
Thu, 14 Mar 2024 19:33:43 +0000 (20:33 +0100)
committerPaul Donald <itsascambutmailmeanyway+github@gmail.com>
Wed, 27 Mar 2024 18:29:48 +0000 (19:29 +0100)
Better readability for pages:
- Startup -> Local Startup
- Flash Firmware -> Configuration
- Diagnostics

Signed-off-by: Kristian Skramstad <kristian+github@83.no>
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css

index f5dacfe6d9081788d581af90706a9e17d64f59f4..d2da9fc624d2aad649142a29a04c7a2363b1710a 100644 (file)
@@ -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;