update 2025-02-05 14:10:31

This commit is contained in:
actions-user
2025-02-05 14:10:31 +08:00
parent 37a67ed00a
commit a88f905b20
4 changed files with 48 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
* Have a bug? Please create an issue here on GitHub!
* https://github.com/jerrykuku/luci-theme-argon/issues
*
* luci-theme-material:
* luci-theme-material:
* Copyright 2015 Lutty Yang <lutty@wcan.in>
* https://github.com/LuttyYang/luci-theme-material/
*
@ -1602,6 +1602,20 @@ tr > th,
vertical-align: middle;
}
}
div[data-name="_gen_server_keypair"],
div[data-name="_gen_peer_keypair"],
div[data-name="_gen_psk"]{
.cbi-value-title {
height: 2.4rem;
}
}
#modal_overlay > .modal.cbi-modal > div > p > textarea{
height: 20em!important;
border: 1px solid #dee2e6!important;
border-radius: 4px;
}
}
#cbi-network .tr:first-child > .td {
@ -2845,7 +2859,7 @@ body.modal-overlay-active #modal_overlay {
}
#view {
border-radius: 0.25rem;
border-radius: 0.25rem;
& > .spinning {
position: fixed;
@ -4081,6 +4095,23 @@ pre.command-output {
}
}
[data-page="admin-services-npc"] {
div[id="cbid.npc.config.vkey"] {
white-space: normal;
input[id="widget.cbid.npc.config.vkey"][type="password"] {
margin-top: 0;
margin-bottom: 0;
}
.cbi-button {
margin: 0;
border: none;
}
}
}
/* IE hacks */
@media all and (-ms-high-contrast: none) {
.main > .main-left > .nav > .slide > .menu::before {

View File

@ -807,7 +807,9 @@ div[style="width:100%;height:300px;border:1px solid #000;background:#fff"] {
[data-page="admin-system-flash"] {
.modal {
label > input[type="checkbox"] {
top: -0.35rem;
vertical-align: text-top;
top: auto;
border-color: #fff !important;
}
.btn {
@ -1087,6 +1089,16 @@ input,
.ifacebox-head[style*="--zone-color-rgb: 238, 238, 238;"] {
background-color: #666 !important;
}
#modal_overlay > .modal.cbi-modal > div > p > textarea {
border: 1px solid #3c3c3c !important;
background-color: transparent !important;
}
#modal_overlay div[data-tab="peers"] div[data-name="_peers"] .ifacebadge code {
color: #fff !important;
background-color: transparent !important;
}
}
[data-page="admin-network-firewall-rules"] {