mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 17:04:35 +04:00
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>
This commit is contained in:
committed by
Paul Donald
parent
1164d27608
commit
bd2b2ec340
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user