Skip to content

Commit

Permalink
luci-theme-bootstrap: Change textarea font-family to monospace.
Browse files Browse the repository at this point in the history
Better readability for pages:
- Startup -> Local Startup
- Flash Firmware -> Configuration
- Diagnostics

Signed-off-by: Kristian Skramstad <[email protected]>
  • Loading branch information
skramstad authored and systemcrash committed Mar 27, 2024
1 parent 1164d27 commit bd2b2ec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ input[type="search"]::-webkit-search-decoration {
textarea {
overflow: auto;
vertical-align: top;
font-family: monospace;
}

.control-group {
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit bd2b2ec

Please sign in to comment.