update 2025-05-12 11:10:54
This commit is contained in:
parent
e955fee9a6
commit
b2c9b9058d
|
@ -127,7 +127,7 @@ opkg install luci-theme-argon*.ipk
|
||||||
### Install luci-app-argon-config
|
### Install luci-app-argon-config
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget --no-check-certificate https://github.com/jerrykuku/luci-app-argon-config/releases/download/v0.9/luci-app-argon-config_0.9_all.ipk
|
wget --no-check-certificate -O luci-app-argon-config_0.9_all.ipk https://github.com/jerrykuku/luci-app-argon-config/releases/download/v0.9/luci-app-argon-config_0.9_all.ipk
|
||||||
opkg install luci-app-argon-config*.ipk
|
opkg install luci-app-argon-config*.ipk
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -542,7 +542,8 @@ h5 {
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-family: "TypoGraphica";
|
font-family: "TypoGraphica";
|
||||||
|
margin-right: 45px;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
@ -747,7 +748,7 @@ small {
|
||||||
box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 15px -5px;
|
box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 15px -5px;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
word-break: break-word;
|
||||||
|
|
||||||
.sidenav-header {
|
.sidenav-header {
|
||||||
padding: 1.5rem .5rem;
|
padding: 1.5rem .5rem;
|
||||||
|
@ -3527,6 +3528,18 @@ div[style*="display:grid;grid-template-columns:repeat"] {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-page="admin-system-poweroffdevice"] {
|
||||||
|
.container {
|
||||||
|
h2 {
|
||||||
|
margin: 0 0 1rem 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 + p {
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
[data-page="admin-vpn-passwall"] h4 {
|
[data-page="admin-vpn-passwall"] h4 {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
@ -4026,10 +4039,65 @@ pre.command-output {
|
||||||
|
|
||||||
.cbi-section.fb-container {
|
.cbi-section.fb-container {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
|
|
||||||
|
label.cbi-value-title {
|
||||||
|
line-height: 1.5rem;
|
||||||
|
padding: 0.5rem 0.75rem;
|
||||||
|
width: 60px;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.cbi-value-field {
|
||||||
|
width: 100%;
|
||||||
|
display: block;
|
||||||
|
padding-left: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#list-content {
|
||||||
|
table.cbi-section-table {
|
||||||
|
thead {
|
||||||
|
td.cbi-section-table-cell {
|
||||||
|
width: 232px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
tbody {
|
||||||
|
tr:nth-child(1) {
|
||||||
|
td.parent-icon {
|
||||||
|
strong {
|
||||||
|
margin-left: 0 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
td.cbi-value-field.file-icon,
|
||||||
|
td.cbi-value-field.folder-icon {
|
||||||
|
strong {
|
||||||
|
vertical-align: middle;
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.fb-container .panel-container {
|
.fb-container .panel-container {
|
||||||
border-bottom-color: #dee2e6;
|
border-bottom-color: #dee2e6;
|
||||||
|
display: flex;
|
||||||
|
|
||||||
|
.panel-title {
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.fb-container .upload-container {
|
||||||
|
display: flex !important;
|
||||||
|
|
||||||
|
.upload-file {
|
||||||
|
flex: 1;
|
||||||
|
margin-right: 0 !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -4112,6 +4180,27 @@ pre.command-output {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-page="admin-system-package-manager"] {
|
||||||
|
.controls {
|
||||||
|
div:nth-child(5) {
|
||||||
|
> label {
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
> div {
|
||||||
|
label {
|
||||||
|
margin-top: 1rem;
|
||||||
|
|
||||||
|
input {
|
||||||
|
top: -2px;
|
||||||
|
right: 0;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* IE hacks */
|
/* IE hacks */
|
||||||
@media all and (-ms-high-contrast: none) {
|
@media all and (-ms-high-contrast: none) {
|
||||||
|
|
|
@ -1034,6 +1034,18 @@ input,
|
||||||
.fb-container td[class$="-icon"]::before {
|
.fb-container td[class$="-icon"]::before {
|
||||||
filter: invert(0.7);
|
filter: invert(0.7);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#list-content {
|
||||||
|
table.cbi-section-table {
|
||||||
|
tbody {
|
||||||
|
tr:nth-child(1) {
|
||||||
|
td.parent-icon {
|
||||||
|
background: #1e1e1e !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-page^="admin-services-openclash"] {
|
[data-page^="admin-services-openclash"] {
|
||||||
|
|
Loading…
Reference in New Issue