1
0
Fork 0
forked from 0x2620/oxjs

allow menu item to trigger native file dialog (see demo, fixes #691)

This commit is contained in:
rlx 2012-03-24 10:13:33 +00:00
commit df03bf1841
6 changed files with 246 additions and 97 deletions

View file

@ -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
--------------------------------------------------------------------------------
*/