From a5c79a9806b9bdd0569bca798425f220b7a68cf4 Mon Sep 17 00:00:00 2001 From: actions-user Date: Fri, 26 Sep 2025 02:26:25 +0800 Subject: [PATCH] update 2025-09-26 02:26:25 --- filebrowser/Makefile | 4 ++-- luci-theme-argon/htdocs/luci-static/argon/css/cascade.css | 8 +++----- luci-theme-argon/less/cascade.less | 8 ++------ luci-theme-argon/less/page-fix.less | 3 ++- 4 files changed, 9 insertions(+), 14 deletions(-) diff --git a/filebrowser/Makefile b/filebrowser/Makefile index ed55e963..f8e819e4 100644 --- a/filebrowser/Makefile +++ b/filebrowser/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=filebrowser -PKG_VERSION:=2.43.0 +PKG_VERSION:=2.44.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/filebrowser/filebrowser/tar.gz/v${PKG_VERSION}? -PKG_HASH:=9c3acee7567986ceef331e3eea0236b4dd9a41bf3874449fbb9bdc22c00a0aab +PKG_HASH:=b2ceb3c9bbfb6e0e2c31764b8ff1d7788fa965081eb3d43452b6a5065027f71f PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE diff --git a/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css b/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css index 29681b1f..10917465 100644 --- a/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css +++ b/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css @@ -1415,15 +1415,12 @@ footer > a { margin-left: 0; margin-right: 0; margin-top: 0rem; -} - -.container .alert, -.container .alert-message.error { position: relative; top: 0; transform:translate(-50%, 0); width: 100%; } + .lg { margin: 0; padding: 0 !important; @@ -2574,7 +2571,7 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child { padding: 0.5rem; cursor: auto; white-space: pre-wrap; - color: var(--gray-dark); + color: var(--dark-primary); outline: 0; border-radius: 0.25rem; border: 1px solid var(--lighter); @@ -3467,6 +3464,7 @@ pre.command-output { background: #fb6340 !important; border-color: #fb6340 !important; margin-left: 0 !important; + width: 82px !important; } /* applyreboot fix */ #applyreboot-container { diff --git a/luci-theme-argon/less/cascade.less b/luci-theme-argon/less/cascade.less index cec6a7a1..94fbe497 100644 --- a/luci-theme-argon/less/cascade.less +++ b/luci-theme-argon/less/cascade.less @@ -275,16 +275,12 @@ select[multiple="multiple"] { margin-left: 0; margin-right: 0; margin-top: 0rem; -} - - -.container .alert, -.container .alert-message.error { position: relative; top: 0; transform:translate(-50%, 0); width: 100%; } + .lg { margin: 0; padding: 0 !important; @@ -1671,7 +1667,7 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child { padding: 0.5rem; cursor: auto; white-space: pre-wrap; - color: var(--gray-dark); + color: var(--dark-primary); outline: 0; border-radius: 0.25rem; border: 1px solid var(--lighter); diff --git a/luci-theme-argon/less/page-fix.less b/luci-theme-argon/less/page-fix.less index 383f1160..623f0468 100644 --- a/luci-theme-argon/less/page-fix.less +++ b/luci-theme-argon/less/page-fix.less @@ -362,6 +362,7 @@ background: #fb6340 !important; border-color: #fb6340 !important; margin-left: 0 !important; + width: 82px !important; } } @@ -948,4 +949,4 @@ div[style*="display:grid;grid-template-columns:repeat"] { [data-page^="command-cfg"] .mobile-hide, [data-page^="command-cfg"] .showSide { display: none; -} \ No newline at end of file +}