forked from 0x2620/oxjs
allow menu item to trigger native file dialog (see demo, fixes #691)
This commit is contained in:
parent
1c3e257bc8
commit
df03bf1841
6 changed files with 246 additions and 97 deletions
|
|
@ -733,6 +733,18 @@ input.OxCheckbox {
|
|||
}
|
||||
/*
|
||||
--------------------------------------------------------------------------------
|
||||
OxFileButton
|
||||
--------------------------------------------------------------------------------
|
||||
*/
|
||||
.OxMenu .OxFileButton > .OxButton {
|
||||
height: 16px;
|
||||
margin: -1px 0 0 -6px;
|
||||
border-width: 0;
|
||||
background: transparent;
|
||||
text-align: left;
|
||||
}
|
||||
/*
|
||||
--------------------------------------------------------------------------------
|
||||
OxFileInput
|
||||
--------------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue