mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-11 02:44:57 +08:00
Update argon.patch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user