mirror of
https://git.openwrt.org/project/luci.git
synced 2025-12-20 08:49:59 +08:00
luci-theme-bootstrap: partial revert of monospace changes
follow-up to 3c3a5e2b1a
Retain original monospace properties since those are handled by the system
anyway.
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -255,7 +255,7 @@ input[type="search"]::-webkit-search-decoration {
|
|||||||
textarea {
|
textarea {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
font-family: var(--font-mono);
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
.control-group {
|
.control-group {
|
||||||
@@ -2020,7 +2020,7 @@ form.inline { display: inline; margin-bottom: 0; }
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
color: var(--text-color-highest);
|
color: var(--text-color-highest);
|
||||||
margin-bottom: 18px;
|
margin-bottom: 18px;
|
||||||
font-family: var(--font-mono);
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cbi-section-table .tr:hover .td,
|
.cbi-section-table .tr:hover .td,
|
||||||
@@ -2394,7 +2394,7 @@ div.cbi-value var.cbi-tooltip-container,
|
|||||||
.uci-dialog ins,
|
.uci-dialog ins,
|
||||||
.uci-dialog var {
|
.uci-dialog var {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-family: var(--font-mono);
|
font-family: monospace;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
color: var(--text-color-high);
|
color: var(--text-color-high);
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
Reference in New Issue
Block a user