🤞 Sync 2026-05-16 20:23:58

This commit is contained in:
github-actions[bot]
2026-05-16 20:23:58 +08:00
parent ccfd18b795
commit 1d77fe1b27
38 changed files with 477 additions and 4497 deletions
+2 -2
View File
@@ -7,10 +7,10 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=Argon Theme
LUCI_DEPENDS:=+@wget-any +jsonfilter
LUCI_DEPENDS:=+wget-any +jsonfilter
PKG_VERSION:=2.4.3
PKG_RELEASE:=2
PKG_RELEASE:=3
LUCI_MINIFY_CSS:=0
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+40 -9
View File
@@ -257,6 +257,11 @@ select[multiple="multiple"] {
margin: 5em auto;
}
.alert-message {
transform: none;
position: static;
}
.alert-message>h4 {
font-size: 110%;
font-weight: bold;
@@ -270,6 +275,11 @@ select[multiple="multiple"] {
padding: .3rem .6rem;
}
#maincontent > .alert-message {
position: fixed;
transform: translate(-50%, -50%);
}
.container .alert,
.container .alert-message {
margin-left: 0;
@@ -464,14 +474,16 @@ table>thead>tr>th,
flex: 1 1 auto;
}
tr>td,
tr>th,
.tr>.td,
.tr>.th,
.cbi-section-table-row::before,
#cbi-wireless>#wifi_assoclist_table>.tr:nth-child(2) {
border-top: thin solid #ddd;
padding: 1.1em 1.25rem;
body:not([data-page="admin-dashboard"]) {
tr>td,
tr>th,
.tr>.td,
.tr>.th,
.cbi-section-table-row::before,
#cbi-wireless>#wifi_assoclist_table>.tr:nth-child(2) {
border-top: thin solid #ddd;
padding: 1.1em 1.25rem;
}
}
#cbi-wireless .td,
@@ -1431,7 +1443,6 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child {
cursor: pointer;
user-select: none;
font-size: 0;
color: #8898aa;
background-color: currentColor;
mask-image: var(--dropdown-arrow-icon);
mask-repeat: no-repeat;
@@ -2493,6 +2504,26 @@ pre.command-output {
padding: 1.5rem;
}
.alert-message.spinning,
.modal.alert-message.spinning {
position: relative;
&::before {
height: 16px;
width: 16px;
position: absolute;
top: 2rem;
left: 0.5rem;
}
}
.cbi-dropdown.cbi-button-positive>ul>li[display="0"] {
color: #fff;
}
.cbi-dropdown[open]>ul.dropdown>li[selected] {
color: #000;
}
/* page fix */
@import url("page-fix.less");
+32 -14
View File
@@ -38,17 +38,19 @@ body {
filter: invert(1);
}
.login-page .login-container {
.login-form {
background-color: #1e1e1e;
-webkit-backdrop-filter: blur(var(--blur-radius-dark)) brightness(0);
backdrop-filter: blur(var(--blur-radius-dark)) brightness(0);
background-color: rgba(0, 0, 0, var(--blur-opacity-dark));
.brand {
color: #adb5bd;
}
.login-page .login-container {
background-color: rgba(0, 0, 0, var(--blur-opacity-dark));
-webkit-backdrop-filter: blur(var(--blur-radius-dark));
backdrop-filter: blur(var(--blur-radius-dark));
.login-form {
background-color: transparent;
-webkit-backdrop-filter: none;
backdrop-filter: none;
.brand {
color: #adb5bd;
}
.form-login {
.input-group {
@@ -1069,10 +1071,10 @@ input,
.developer-container {
background: transparent !important;
}
}
.config-upload-content{
background: #1e1e1e !important;
.config-upload-content{
background: #1e1e1e !important;
}
}
.cbi-tabmenu::-webkit-scrollbar-thumb {
@@ -1220,3 +1222,19 @@ input,
background-color: rgb(112, 112, 112);
color: #fff;
}
[data-page="admin-system-admin-repokeys"] #key-input {
background-color: #1e1e1e;
color: #ccc;
border: 1px solid #3c3c3c !important;
}
[data-page="admin-system-package-manager"] #modal_overlay textarea{
background-color: #1e1e1e;
color: #ccc;
border: 1px solid #3c3c3c !important;
}
.cbi-dropdown[open]>ul.dropdown>li[selected] {
color: #fff;
}
+1
View File
@@ -439,6 +439,7 @@
p span:nth-child(2) {
max-height: 18.5px;
max-width: inherit;
top: 4px;
}
+45
View File
@@ -760,6 +760,15 @@
margin-top: 5px;
}
.oc .sub-card:hover {
transform: none;
}
.oc .myip-ip-item:hover,
.oc .myip-check-item:hover {
transform: none;
}
.oc .main-cards-container {
margin: 0 !important;
gap: 0 !important;
@@ -867,6 +876,24 @@
background: transparent;
}
// VPN - Passwall2
[data-page^="admin-vpn-passwall2"],
[data-page^="admin-services-passwall2"] {
.tr,
.td,
.th,
.cbi-section-table-row,
#cbi-passwall2-socks,
#cbi-passwall2-socks * {
overflow: visible !important;
max-height: none !important;
transform: none !important;
filter: none !important;
contain: none !important;
clip-path: none !important;
}
}
/* openvpn bug fix */
.OpenVPN a {
line-height: initial !important;
@@ -912,6 +939,24 @@
}
}
#cbi-wireless,
#cbi-wireless *,
#wifi_assoclist_table,
#wifi_assoclist_table * {
overflow: visible !important;
max-height: none !important;
transform: none !important;
filter: none !important;
contain: none !important;
clip-path: none !important;
}
#cbi-wireless,
#wifi_assoclist_table {
height: auto !important;
min-height: 0 !important;
}
/* samba */
#cbi-samba [data-tab="template"] {
.cbi-value-field {
+8 -2
View File
@@ -88,11 +88,17 @@
// Login form
.login-form {
.absolute-full();
position: relative;
top: 0;
left: 0;
min-height: 100vh;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
max-width: 26rem;
-webkit-backdrop-filter: none;
backdrop-filter: none;
// Brand/Logo section
@@ -254,4 +260,4 @@
}
}
}
}
}
@@ -62,7 +62,7 @@
<!-- Security -->
<meta http-equiv="X-Content-Type-Options" content="nosniff">
<meta http-equiv="X-Frame-Options" content="SAMEORIGIN">
<!-- <meta http-equiv="X-Frame-Options" content="SAMEORIGIN"> -->
<meta http-equiv="X-XSS-Protection" content="1; mode=block">
<meta http-equiv="Referrer-Policy" content="strict-origin-when-cross-origin">