update 2025-04-11 02:11:03

This commit is contained in:
actions-user 2025-04-11 02:11:03 +08:00
parent 65e0211ef1
commit 69901e744d
4 changed files with 30 additions and 2 deletions

View File

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=Argon Theme
LUCI_DEPENDS:=+curl +jsonfilter
PKG_VERSION:=2.3.2
PKG_VERSION:=2.4.2
PKG_RELEASE:=20250207
CONFIG_LUCI_CSSTIDY:=

File diff suppressed because one or more lines are too long

View File

@ -2022,6 +2022,7 @@ td > table > tbody > tr > td,
padding: 0.5rem 0rem;
border-bottom: 0.18751rem solid rgba(0, 0, 0, 0);
margin: 0 0.2rem;
position: relative;
a {
text-decoration: none;
@ -4650,3 +4651,22 @@ pre.command-output {
}
.cbi-tab-disabled[data-errors]::after {
content: attr(data-errors);
background-color: #f5365c;
background-color: var(--red);
color: #fff;
height: 1em;
min-width: 1em;
border-radius: 1em;
text-align: center;
display: inline-flex;
flex-direction: column;
justify-content: center;
font-size: .8em;
padding: 2px;
position: absolute;
top: 0;
right: 0;
}

View File

@ -0,0 +1,8 @@
{
"luci-theme-argon": {
"description": "Grant UCI access for luci-theme-argon",
"read": {
"uci": [ "argon" ]
}
}
}