mirror of
https://github.com/derisamedia/luci-theme-alpha.git
synced 2025-01-05 10:16:56 +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-size: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.left,
|
||||
.left::before {
|
||||
@ -3574,8 +3573,14 @@
|
||||
.cbi-value-field .cbi-input-select,
|
||||
.cbi-value input[type="text"],
|
||||
.node-system-packages>.main .cbi-value .cbi-value-field input {
|
||||
width: 5rem;
|
||||
color: #fff;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
color: #fff;
|
||||
flex-direction: column-reverse;
|
||||
flex-wrap: wrap;
|
||||
align-content: stretch;
|
||||
align-items: flex-start;
|
||||
}
|
||||
}
|
||||
|
||||
.cbi-page-actions>div>input,
|
||||
|
Loading…
Reference in New Issue
Block a user