update filter select css
This commit is contained in:
parent
5888ea0c57
commit
b34104a6c4
1 changed files with 7 additions and 0 deletions
|
@ -168,6 +168,13 @@ pandora.ui.filter = function(id) {
|
|||
type: 'image',
|
||||
value: id
|
||||
})
|
||||
.css(Ox.UI.SCROLLBAR_SIZE == 16 ? {
|
||||
right: 0,
|
||||
width: '14px'
|
||||
} : {
|
||||
right: '-1px',
|
||||
width: '8px',
|
||||
})
|
||||
.bindEvent('change', function(data) {
|
||||
var filters = Ox.clone(pandora.user.ui.filters),
|
||||
find,
|
||||
|
|
Loading…
Reference in a new issue