luci-theme-openwrt: add some style fixes for interface badges
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
parent
cd85ef388c
commit
76041e7f99
1 changed files with 11 additions and 1 deletions
|
@ -925,9 +925,19 @@ div.cbi-tab-descr {
|
|||
.ifacebadge {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #CCCCCC;
|
||||
padding: 2px;
|
||||
padding: 1px 2px;
|
||||
margin-left: 2px;
|
||||
display: inline-block;
|
||||
cursor: default;
|
||||
white-space: nowrap;
|
||||
font-size: 11px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.ifacebadge img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.ifacebadge-active {
|
||||
|
|
Loading…
Reference in a new issue