forked from 0x2620/oxjs
add Ox.FileInput
This commit is contained in:
parent
260c513e8e
commit
1320fb68aa
6 changed files with 329 additions and 0 deletions
|
|
@ -733,6 +733,28 @@ input.OxCheckbox {
|
|||
}
|
||||
/*
|
||||
--------------------------------------------------------------------------------
|
||||
OxFileInput
|
||||
--------------------------------------------------------------------------------
|
||||
*/
|
||||
.OxFileInput > .OxBar {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-radius: 8px;
|
||||
}
|
||||
.OxFileInput > .OxFiles {
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-bottom-left-radius: 8px;
|
||||
border-bottom-right-radius: 8px;
|
||||
}
|
||||
.OxFileInput > .OxFiles .OxItem:last-child {
|
||||
border-bottom-left-radius: 8px;
|
||||
border-bottom-right-radius: 8px;
|
||||
}
|
||||
/*
|
||||
--------------------------------------------------------------------------------
|
||||
OxForm
|
||||
--------------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue