From b34104a6c407e5c308fbbe6067ef71e9127b2b41 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 10 Dec 2012 19:10:07 +0100 Subject: [PATCH] update filter select css --- static/js/pandora/filter.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/js/pandora/filter.js b/static/js/pandora/filter.js index 320fc4d98..cf472693d 100644 --- a/static/js/pandora/filter.js +++ b/static/js/pandora/filter.js @@ -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,