update 2025-09-26 02:26:25

This commit is contained in:
actions-user
2025-09-26 02:26:25 +08:00
parent 24754c3e19
commit a5c79a9806
4 changed files with 9 additions and 14 deletions

View File

@ -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

View File

@ -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 {

View File

@ -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);

View File

@ -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;
}
}