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:
fa2ce66
)
luci-theme-openwrt: refining indicators
author
Joshua Criss
<redacted>
Thu, 2 Apr 2026 04:55:07 +0000
(15:55 +1100)
committer
Paul Donald
<redacted>
Thu, 2 Apr 2026 14:07:37 +0000
(16:07 +0200)
Match rounded indicators to
same style as "hide" and "show"
buttons for design consistency.
Signed-off-by: Joshua Criss <redacted>
themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css
patch
|
blob
|
history
diff --git
a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css
b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css
index d5bf144b9ba3d2946bbcbd40f5d13794cf3e4f44..cebb285d1826f7cd1c96fb84cbb0316499007d9b 100644
(file)
--- a/
themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css
+++ b/
themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css
@@
-407,7
+407,8
@@
div.hostinfo {
font-size: 11px;
padding: .125em .5em;
margin: .125em;
- border-radius: .6em;
+ /* Match rounded indicators to same style as "hide" and "show" buttons for design consistency */
+ border-radius: 3px;
}
#indicators > [data-style="inactive"],
git clone https://git.99rst.org/PROJECT