forked from 0x2620/pandora
fix home screen feature browser icon outline
This commit is contained in:
parent
1b68b5725d
commit
7638c37c81
1 changed files with 3 additions and 3 deletions
|
@ -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 = [],
|
||||||
|
|
Loading…
Reference in a new issue