1
0
Fork 0
forked from 0x2620/oxjs

fix CSS for selected and disabled file upload menu entries; update example

This commit is contained in:
rolux 2014-01-16 05:33:17 +00:00
commit f3d5a739a3
2 changed files with 7 additions and 2 deletions

View file

@ -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}
]}
]
})