Update argon.patch

This commit is contained in:
kiddin9
2026-08-29 05:41:35 +08:00
committed by GitHub
parent d381f0df47
commit cce79ad2ee
+13 -15
View File
@@ -63,23 +63,12 @@
height: 100vh;
width: 26rem;
--- a/luci-theme-argon/less/dark.less
+++ b/luci-theme-argon/less/dark.less
@@ -93,7 +93,6 @@ header::after {
.main {
.main-left {
- background-color: #333333 !important;
box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, .15);
.sidenav-header .brand {
--- a/luci-theme-argon/less/layout.less
+++ b/luci-theme-argon/less/layout.less
@@ -8,6 +8,21 @@
@@ -7,6 +7,20 @@
// 1. Main Container Layout
// ==========================================================================
+body::before {
+ content: "";
+ background-image: url("/luci-static/argon/img/pattern.svg");
@@ -94,10 +83,19 @@
+ pointer-events: none;
+ opacity: .3;
+}
+
.main {
position: relative;
width: 100%;
@@ -15,6 +29,9 @@
overflow-y: auto;
display: flex;
flex-direction: row;
+ .main-right {
+ background-color: transparent !important;
+ }
}
// 2. Left Sidebar Layout
--- a/luci-theme-argon/ucode/template/themes/argon/footer.ut
+++ b/luci-theme-argon/ucode/template/themes/argon/footer.ut