From 7638c37c81929d50d58f8b12fb0c55e127cb3961 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 28 Feb 2013 15:22:44 +0000 Subject: [PATCH] fix home screen feature browser icon outline --- static/js/pandora/home.indiancinema.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/js/pandora/home.indiancinema.js b/static/js/pandora/home.indiancinema.js index 97d450f1..a2ae571a 100644 --- a/static/js/pandora/home.indiancinema.js +++ b/static/js/pandora/home.indiancinema.js @@ -326,9 +326,9 @@ pandora.ui.home = function() { }); function show() { var counter = 0, max = 8, mouse = false, position = 0, selected = 0, - color = Ox.Theme() == 'oxlight' ? 'rgb(32, 32, 32)' - : Ox.Theme() == 'oxmedium' ? 'rgb(144, 144, 144)' - : 'rgb(224, 224, 224)', + color = Ox.Theme() == 'oxlight' ? 'rgb(0, 0, 0)' + : Ox.Theme() == 'oxmedium' ? 'rgb(0, 0, 0)' + : 'rgb(255, 255, 255)', $label, $icon, $text, $featuresBox, $featuresContainer, $featuresContent, $featureBox = [], $featureIcon = [],