luci-theme-material: fix switch status display
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
8d7869f672
commit
167d371305
1 changed files with 7 additions and 2 deletions
|
@ -542,8 +542,8 @@ table > tbody > tr > td, table > tbody > tr > th, table > tfoot > tr > td, table
|
|||
border: none;
|
||||
}
|
||||
|
||||
.cbi-section-table-titles,
|
||||
.cbi-section-table-descr {
|
||||
.tr.cbi-section-table-titles,
|
||||
.tr.cbi-section-table-descr {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
@ -1638,6 +1638,11 @@ header > .container > .pull-right > * {
|
|||
min-width: 3.5rem;
|
||||
}
|
||||
|
||||
#cbi-network-switch_vlan .th,
|
||||
#cbi-network-switch_vlan .td {
|
||||
flex-basis: 12%;
|
||||
}
|
||||
|
||||
/* language fix */
|
||||
body.lang_pl.node-main-login .cbi-value-title {
|
||||
width: 12rem;
|
||||
|
|
Loading…
Reference in a new issue