update 2023-04-05 20:46:41

This commit is contained in:
github-actions[bot] 2023-04-05 20:46:41 +08:00
parent 17f398511a
commit 9da49830a4
3 changed files with 9 additions and 4 deletions

View File

@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=Design Theme
LUCI_DEPENDS:=
PKG_VERSION:=5.6.4-20230405
PKG_VERSION:=5.6.5-20230405
include $(TOPDIR)/feeds/luci/luci.mk

View File

@ -224,7 +224,7 @@ input[type='file'] {
input[type='checkbox'] {
height: 1.2rem;
width: 1.2rem;
box-shadow: var(--bg);
}
input[type='radio'] {
height: 1.2rem;
@ -3369,10 +3369,15 @@ form[action="/cgi-bin/luci/admin/network/wireless_join"] input[class="cbi-button
line-height: 0;
}
/* adapt to mt798x series closed source wireless driver page */
.node-network-wifi .cbi-section-table tr .cbi-value-field {
.node-network-wifi .cbi-section-table tr .cbi-value-field
.node-network-wireless .cbi-section-table tr .cbi-value-field {
width: unset !important;
text-align: right;
}
.node-network-wifi table, td, th {
border-top: unset !important;
}
/* open source wireless style */
.node-network-wireless .cbi-section-table tr .cbi-value-field {
width: unset !important;
}

File diff suppressed because one or more lines are too long