luci-theme-openwrt: refining indicators
authorJoshua Criss <redacted>
Thu, 2 Apr 2026 04:55:07 +0000 (15:55 +1100)
committerPaul 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

index d5bf144b9ba3d2946bbcbd40f5d13794cf3e4f44..cebb285d1826f7cd1c96fb84cbb0316499007d9b 100644 (file)
@@ -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