fix home screen feature browser icon outline

This commit is contained in:
rolux 2013-02-28 15:22:44 +00:00
parent 1b68b5725d
commit 7638c37c81

View file

@ -326,9 +326,9 @@ pandora.ui.home = function() {
}); });
function show() { function show() {
var counter = 0, max = 8, mouse = false, position = 0, selected = 0, var counter = 0, max = 8, mouse = false, position = 0, selected = 0,
color = Ox.Theme() == 'oxlight' ? 'rgb(32, 32, 32)' color = Ox.Theme() == 'oxlight' ? 'rgb(0, 0, 0)'
: Ox.Theme() == 'oxmedium' ? 'rgb(144, 144, 144)' : Ox.Theme() == 'oxmedium' ? 'rgb(0, 0, 0)'
: 'rgb(224, 224, 224)', : 'rgb(255, 255, 255)',
$label, $icon, $text, $label, $icon, $text,
$featuresBox, $featuresContainer, $featuresContent, $featuresBox, $featuresContainer, $featuresContent,
$featureBox = [], $featureIcon = [], $featureBox = [], $featureIcon = [],