update 2023-11-18 14:01:29

This commit is contained in:
github-actions[bot]
2023-11-18 14:01:29 +08:00
parent e486b4f635
commit 7a2b2ac0d9
4 changed files with 5 additions and 3 deletions

View File

@ -11,6 +11,8 @@ LUCI_DEPENDS:=+curl +jsonfilter
PKG_VERSION:=2.3.1
PKG_RELEASE:=20230420
CONFIG_LUCI_CSSTIDY:=
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature

File diff suppressed because one or more lines are too long

View File

@ -3317,7 +3317,7 @@ input[name="nslookup"] {
white-space: normal;
}
[data-page="admin-system-attendedsysupgrade"] .cbi-button {
[data-page="admin-system-attendedsysupgrade"] #view .cbi-button {
margin-left: 0 !important;
margin-top: 1rem !important;
}

View File

@ -151,7 +151,7 @@
</div>
</div>
<div>
<input type="submit" value="<%:Login%>" class="cbi-button cbi-button-apply" />
<input type="submit" value="<%:Log in%>" class="cbi-button cbi-button-apply" />
</div>
</form>
<!-- Login Form End -->