mirror of
https://github.com/kenzok8/openwrt-packages.git
synced 2025-04-30 23:19:19 +08:00
update 2025-04-11 02:11:03
This commit is contained in:
parent
65e0211ef1
commit
69901e744d
@ -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
@ -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;
|
||||
}
|
||||
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"luci-theme-argon": {
|
||||
"description": "Grant UCI access for luci-theme-argon",
|
||||
"read": {
|
||||
"uci": [ "argon" ]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user