mirror of
https://github.com/derisamedia/luci-theme-alpha.git
synced 2025-01-07 03:06:42 +08:00
update minor
This commit is contained in:
parent
d4fda5f1b5
commit
700d6d1a8d
@ -2114,7 +2114,6 @@
|
|||||||
background: url(./icon/loading.svg) no-repeat center;
|
background: url(./icon/loading.svg) no-repeat center;
|
||||||
background-size: 20px;
|
background-size: 20px;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.left,
|
.left,
|
||||||
.left::before {
|
.left::before {
|
||||||
@ -3574,8 +3573,14 @@
|
|||||||
.cbi-value-field .cbi-input-select,
|
.cbi-value-field .cbi-input-select,
|
||||||
.cbi-value input[type="text"],
|
.cbi-value input[type="text"],
|
||||||
.node-system-packages>.main .cbi-value .cbi-value-field input {
|
.node-system-packages>.main .cbi-value .cbi-value-field input {
|
||||||
width: 5rem;
|
width: 100%;
|
||||||
color: #fff;
|
display: flex;
|
||||||
|
color: #fff;
|
||||||
|
flex-direction: column-reverse;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
align-content: stretch;
|
||||||
|
align-items: flex-start;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.cbi-page-actions>div>input,
|
.cbi-page-actions>div>input,
|
||||||
|
Loading…
Reference in New Issue
Block a user