forked from 0x2620/oxjs
fix CSS for selected and disabled file upload menu entries; update example
This commit is contained in:
parent
1ab4634fa1
commit
f3d5a739a3
2 changed files with 7 additions and 2 deletions
|
|
@ -121,7 +121,10 @@ Ox.load('UI', function() {
|
|||
}},
|
||||
{id: 'files', title: 'Select Files...', file: {
|
||||
width: 80
|
||||
}}
|
||||
}},
|
||||
{id: 'disabled', title: 'Disabled', file: {
|
||||
width: 80
|
||||
}, disabled: true}
|
||||
]}
|
||||
]
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue