forked from 0x2620/oxjs
add SelectInput
This commit is contained in:
parent
da0742e542
commit
3d3be10e2c
5 changed files with 118 additions and 13 deletions
|
|
@ -836,10 +836,23 @@ OxObjectInput
|
|||
--------------------------------------------------------------------------------
|
||||
*/
|
||||
.OxObjectInput > div {
|
||||
margin-bottom: 8px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
.OxObjectInput > div:last-child {
|
||||
margin-bottom: 0;
|
||||
.OxObjectInput > div:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
.OxObjectArrayInput > div {
|
||||
padding: 8px 0 8px 0;
|
||||
border-top-width: 1px;
|
||||
border-top-style: dashed;
|
||||
border-top-color: rgb(128, 128, 128);
|
||||
}
|
||||
.OxObjectArrayInput > div.OxFirst {
|
||||
padding-top: 0;
|
||||
border-top-width: 0;
|
||||
}
|
||||
.OxObjectArrayInput > div.OxLast {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue