mirror of
https://github.com/roacn/openwrt-packages.git
synced 2025-01-08 11:57:31 +08:00
🛸 Sync 2023-07-11 09:53
This commit is contained in:
parent
8bd65bb14d
commit
4c3080adb0
@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=Argon Theme
|
||||
LUCI_DEPENDS:=+curl +jsonfilter
|
||||
PKG_VERSION:=1.8.2
|
||||
PKG_RELEASE:=20230609
|
||||
PKG_VERSION:=1.8.3
|
||||
PKG_RELEASE:=20230710
|
||||
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
|
||||
|
@ -1445,7 +1445,7 @@ input[name="nslookup"] {
|
||||
background-color: var(--primary) !important;
|
||||
background-image: url(../img/trafficbar.png);
|
||||
background-position: left top;
|
||||
animation: sparkle 1500ms linear infinite;
|
||||
animation: sparkle 1000ms linear infinite;
|
||||
}
|
||||
#swaptotal > div > div > div > small,
|
||||
#swapfree > div > div > div > small,
|
||||
@ -2204,7 +2204,8 @@ td > table > tbody > tr > td {
|
||||
.tabs::-webkit-scrollbar,
|
||||
.cbi-section::-webkit-scrollbar,
|
||||
.cbi-section > *::-webkit-scrollbar,
|
||||
textarea::-webkit-scrollbar {
|
||||
textarea::-webkit-scrollbar,
|
||||
div::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
}
|
||||
@ -2877,7 +2878,7 @@ input[name="nslookup"] {
|
||||
height: 100% !important;
|
||||
background-image: url(../img/trafficbar.png);
|
||||
background-position: left top;
|
||||
animation: sparkle 1500ms linear infinite;
|
||||
animation: sparkle 1000ms linear infinite;
|
||||
}
|
||||
.node-system-leds .cbi-section em {
|
||||
display: block;
|
||||
@ -3023,6 +3024,33 @@ div.commandbox {
|
||||
.node-services-openclash .cbi-tabmenu > li:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
/* luci-app-ddnsto */
|
||||
.node-services-ddnsto .cbi-section-node .cbi-value div {
|
||||
display: table-cell;
|
||||
line-height: 1.6;
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
|
||||
/* luci-app-dockerman */
|
||||
#cbi-dockerd > .cbi-section > br,
|
||||
#cbi-docker > .cbi-section > br {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* luci-app-diskman */
|
||||
#cbi-diskman > .cbi-section > br {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* luci-app-istorex (Quick Start) */
|
||||
#app #main #page .app-container_body .btn-f,
|
||||
#app #main #page .app-container_body .btn-r {
|
||||
-webkit-user-select: none; /* Safari */
|
||||
-moz-user-select: none; /* Firefox */
|
||||
-ms-user-select: none; /* IE10+/Edge */
|
||||
user-select: none; /* Standard */
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1600px) {
|
||||
.main .main-left {
|
||||
|
@ -721,6 +721,105 @@ fieldset[id^="cbi-apply-"] {
|
||||
background-color: #1e1e1e !important;
|
||||
}
|
||||
|
||||
/* luci-app-dockerman */
|
||||
#cbi-dockerd .img-con img {
|
||||
filter: invert(0.4);
|
||||
}
|
||||
|
||||
/* luci-app-istorex (interface config[NetworkPort]) */
|
||||
#cbi-nfs-mount .app-container_status-label_bg {
|
||||
background: #333333;
|
||||
}
|
||||
#cbi-nfs-mount td svg {
|
||||
filter: invert(0.3);
|
||||
}
|
||||
#actioner .actioner-dns {
|
||||
background-color: #333333;
|
||||
}
|
||||
#actioner .actioner-dns_header,
|
||||
#actioner .actioner-container_header {
|
||||
border-bottom: 1px solid #cbcbcb !important;
|
||||
}
|
||||
#actioner .actioner-dns_footer {
|
||||
border-top: 1px solid #cbcbcb !important;
|
||||
}
|
||||
|
||||
/* luci-app-istorex (Network Guide) */
|
||||
#app #main #page .title,
|
||||
#app #main #page .desc {
|
||||
color: #cccccc;
|
||||
background-color: #333333;
|
||||
}
|
||||
#app #main #page .network-message li:not(span):not(a) {
|
||||
color: #8d8d8d;
|
||||
}
|
||||
#app #main #page code {
|
||||
background-color: #333333;
|
||||
}
|
||||
|
||||
/* luci-app-istorex (Quick Start) */
|
||||
#app #main #page .network-container_flow-container,
|
||||
#app #main #page .app-container_status-container,
|
||||
#app #main #page .nas-container .nas-container_card .app-container,
|
||||
#app #main #page .app-container {
|
||||
background-color: #333333;
|
||||
}
|
||||
#app #main #page .flow-data span,
|
||||
#app #main #page .app-container_status-label_block span,
|
||||
#app #main #page .app-container .item-label span:not(#app #main #page .app-container .progress-value span) {
|
||||
color: #cccccc;
|
||||
}
|
||||
#app #main #page .app-container_status-info span,
|
||||
#app #main #page .app-container_status-info span,
|
||||
#app #main #page .app-container_title span {
|
||||
color: #dddddd;
|
||||
}
|
||||
.app-container_body .app-container_status-label_bg {
|
||||
background-color: #282828 !important;
|
||||
}
|
||||
#app #main #page .item-label_value .progress {
|
||||
background-color: rgb(118, 118, 118);
|
||||
}
|
||||
#app #main #page .app-container_nas-menu button[class=""] {
|
||||
background-color: #8b8b8b;
|
||||
}
|
||||
#app #main #page .app-container_nas-menu button[class="on"] {
|
||||
background-color: #555555;
|
||||
}
|
||||
#app #main #page .app-container_title .DeviceBlock ul {
|
||||
background-color: #cccccc;
|
||||
}
|
||||
#actioner div.action,
|
||||
#actioner div.actioner-container {
|
||||
background-color: #3c3c3c;
|
||||
}
|
||||
#actioner div.action .title {
|
||||
color: #cccccc;
|
||||
}
|
||||
#actioner div.action .desc {
|
||||
color: #cbcbcb;
|
||||
}
|
||||
#actioner div.action div.roots span,
|
||||
#actioner div.action div.move span:not(span.tip),
|
||||
#actioner div.action div.left span,
|
||||
#actioner div.action div.input_row span,
|
||||
#actioner div.label-item label span {
|
||||
color: #cbcbcb;
|
||||
}
|
||||
#actioner div.action span.tooltip-trigger svg path {
|
||||
fill: #cbcbcb;
|
||||
}
|
||||
#actioner div.actioner-dns_body div.label-item_value select {
|
||||
height: 43px;
|
||||
}
|
||||
#actioner div.actioner-container_footer div.close {
|
||||
color: #ffffff;
|
||||
}
|
||||
#app #main div.app-container div.app-container_title span a svg path,
|
||||
#app #main #page span.disk_infoicon svg g {
|
||||
fill: #8b8b8b;
|
||||
}
|
||||
|
||||
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
|
||||
.login-page .login-container .login-form {
|
||||
-webkit-backdrop-filter: blur(var(--blur-radius-dark));
|
||||
|
File diff suppressed because one or more lines are too long
@ -1688,7 +1688,7 @@ input[name="nslookup"] {
|
||||
background-color: var(--primary) !important;
|
||||
background-image: url(../img/trafficbar.png);
|
||||
background-position: left top;
|
||||
animation: sparkle 1500ms linear infinite;
|
||||
animation: sparkle 1000ms linear infinite;
|
||||
}
|
||||
|
||||
#swaptotal>div>div>div>small,
|
||||
@ -2694,7 +2694,8 @@ td>table>tbody>tr>td {
|
||||
|
||||
.cbi-section::-webkit-scrollbar,
|
||||
.cbi-section > *::-webkit-scrollbar,
|
||||
textarea::-webkit-scrollbar {
|
||||
textarea::-webkit-scrollbar,
|
||||
div::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
}
|
||||
@ -3486,7 +3487,7 @@ input[name="nslookup"] {
|
||||
height: 100% !important;
|
||||
background-image: url(../img/trafficbar.png);
|
||||
background-position: left top;
|
||||
animation: sparkle 1500ms linear infinite;
|
||||
animation: sparkle 1000ms linear infinite;
|
||||
}
|
||||
}
|
||||
|
||||
@ -3678,6 +3679,34 @@ div.commandbox {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/* luci-app-ddnsto */
|
||||
.node-services-ddnsto .cbi-section-node .cbi-value div {
|
||||
display: table-cell;
|
||||
line-height: 1.6;
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
|
||||
/* luci-app-dockerman */
|
||||
#cbi-dockerd > .cbi-section > br,
|
||||
#cbi-docker > .cbi-section > br {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* luci-app-diskman */
|
||||
#cbi-diskman > .cbi-section > br {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* luci-app-istorex (Quick Start) */
|
||||
#app #main #page .app-container_body .btn-f,
|
||||
#app #main #page .app-container_body .btn-r {
|
||||
-webkit-user-select: none; /* Safari */
|
||||
-moz-user-select: none; /* Firefox */
|
||||
-ms-user-select: none; /* IE10+/Edge */
|
||||
user-select: none; /* Standard */
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1600px) {
|
||||
|
||||
.main {
|
||||
|
@ -793,6 +793,105 @@ fieldset[id^="cbi-apply-"] {
|
||||
background-color: #1e1e1e !important;
|
||||
}
|
||||
|
||||
/* luci-app-dockerman */
|
||||
#cbi-dockerd .img-con img {
|
||||
filter: invert(0.4);
|
||||
}
|
||||
|
||||
/* luci-app-istorex (interface config[NetworkPort]) */
|
||||
#cbi-nfs-mount .app-container_status-label_bg {
|
||||
background: #333333;
|
||||
}
|
||||
#cbi-nfs-mount td svg {
|
||||
filter: invert(0.3);
|
||||
}
|
||||
#actioner .actioner-dns {
|
||||
background-color: #333333;
|
||||
}
|
||||
#actioner .actioner-dns_header,
|
||||
#actioner .actioner-container_header {
|
||||
border-bottom: 1px solid #cbcbcb !important;
|
||||
}
|
||||
#actioner .actioner-dns_footer {
|
||||
border-top: 1px solid #cbcbcb !important;
|
||||
}
|
||||
|
||||
/* luci-app-istorex (Network Guide) */
|
||||
#app #main #page .title,
|
||||
#app #main #page .desc {
|
||||
color: #cccccc;
|
||||
background-color: #333333;
|
||||
}
|
||||
#app #main #page .network-message li:not(span):not(a) {
|
||||
color: #8d8d8d;
|
||||
}
|
||||
#app #main #page code {
|
||||
background-color: #333333;
|
||||
}
|
||||
|
||||
/* luci-app-istorex (Quick Start) */
|
||||
#app #main #page .network-container_flow-container,
|
||||
#app #main #page .app-container_status-container,
|
||||
#app #main #page .nas-container .nas-container_card .app-container,
|
||||
#app #main #page .app-container {
|
||||
background-color: #333333;
|
||||
}
|
||||
#app #main #page .flow-data span,
|
||||
#app #main #page .app-container_status-label_block span,
|
||||
#app #main #page .app-container .item-label span:not(#app #main #page .app-container .progress-value span) {
|
||||
color: #cccccc;
|
||||
}
|
||||
#app #main #page .app-container_status-info span,
|
||||
#app #main #page .app-container_status-info span,
|
||||
#app #main #page .app-container_title span {
|
||||
color: #dddddd;
|
||||
}
|
||||
.app-container_body .app-container_status-label_bg {
|
||||
background-color: #282828 !important;
|
||||
}
|
||||
#app #main #page .item-label_value .progress {
|
||||
background-color: rgb(118, 118, 118);
|
||||
}
|
||||
#app #main #page .app-container_nas-menu button[class=""] {
|
||||
background-color: #8b8b8b;
|
||||
}
|
||||
#app #main #page .app-container_nas-menu button[class="on"] {
|
||||
background-color: #555555;
|
||||
}
|
||||
#app #main #page .app-container_title .DeviceBlock ul {
|
||||
background-color: #cccccc;
|
||||
}
|
||||
#actioner div.action,
|
||||
#actioner div.actioner-container {
|
||||
background-color: #3c3c3c;
|
||||
}
|
||||
#actioner div.action .title {
|
||||
color: #cccccc;
|
||||
}
|
||||
#actioner div.action .desc {
|
||||
color: #cbcbcb;
|
||||
}
|
||||
#actioner div.action div.roots span,
|
||||
#actioner div.action div.move span:not(span.tip),
|
||||
#actioner div.action div.left span,
|
||||
#actioner div.action div.input_row span,
|
||||
#actioner div.label-item label span {
|
||||
color: #cbcbcb;
|
||||
}
|
||||
#actioner div.action span.tooltip-trigger svg path {
|
||||
fill: #cbcbcb;
|
||||
}
|
||||
#actioner div.actioner-dns_body div.label-item_value select {
|
||||
height: 43px;
|
||||
}
|
||||
#actioner div.actioner-container_footer div.close {
|
||||
color: #ffffff;
|
||||
}
|
||||
#app #main div.app-container div.app-container_title span a svg path,
|
||||
#app #main #page span.disk_infoicon svg g {
|
||||
fill: #8b8b8b;
|
||||
}
|
||||
|
||||
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
|
||||
.login-page .login-container .login-form {
|
||||
-webkit-backdrop-filter: blur(var(--blur-radius-dark));
|
||||
|
Loading…
Reference in New Issue
Block a user