git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
8c9e377
)
luci-theme-bootstrap: partial revert of monospace changes
author
Paul Donald
<redacted>
Wed, 3 Dec 2025 22:34:57 +0000
(23:34 +0100)
committer
Paul Donald
<redacted>
Wed, 3 Dec 2025 22:34:57 +0000
(23:34 +0100)
follow-up to
3c3a5e2b1a658fdf07b2d4a32e913502c6d32e5c
Retain original monospace properties since those are handled by the system
anyway.
Signed-off-by: Paul Donald <redacted>
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
patch
|
blob
|
history
diff --git
a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
index 318ddeef6327442c9ed304b9b8128dbea4320401..e29356b33a966c787699d92db8aa14e8d88d3b89 100644
(file)
--- a/
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
+++ b/
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
@@
-255,7
+255,7
@@
input[type="search"]::-webkit-search-decoration {
textarea {
overflow: auto;
vertical-align: top;
- font-family:
var(--font-mono)
;
+ font-family:
monospace
;
}
.control-group {
@@
-2020,7
+2020,7
@@
form.inline { display: inline; margin-bottom: 0; }
width: 100%;
color: var(--text-color-highest);
margin-bottom: 18px;
- font-family:
var(--font-mono)
;
+ font-family:
monospace
;
}
.cbi-section-table .tr:hover .td,
@@
-2394,7
+2394,7
@@
div.cbi-value var.cbi-tooltip-container,
.uci-dialog ins,
.uci-dialog var {
text-decoration: none;
- font-family:
var(--font-mono)
;
+ font-family:
monospace
;
font-style: normal;
color: var(--text-color-high);
display: block;
git clone https://git.99rst.org/PROJECT