mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
luci-theme-openwrt: refining indicators
Match rounded indicators to same style as "hide" and "show" buttons for design consistency. Signed-off-by: Joshua Criss <owlsy@outlook.com.au>
This commit is contained in:
committed by
Paul Donald
parent
fa2ce66ba1
commit
9db25861aa
@@ -407,7 +407,8 @@ div.hostinfo {
|
|||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
padding: .125em .5em;
|
padding: .125em .5em;
|
||||||
margin: .125em;
|
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"],
|
#indicators > [data-style="inactive"],
|
||||||
|
|||||||
Reference in New Issue
Block a user