fix home
This commit is contained in:
parent
f04f2af65c
commit
31579987aa
1 changed files with 9 additions and 0 deletions
|
@ -337,7 +337,16 @@ pandora.ui.home = function() {
|
||||||
items.forEach(function(item) {
|
items.forEach(function(item) {
|
||||||
var $item = pandora.renderHomeItem({
|
var $item = pandora.renderHomeItem({
|
||||||
data: item
|
data: item
|
||||||
|
}).css({
|
||||||
|
minHeight: "128px",
|
||||||
|
borderRadius: "16px",
|
||||||
|
background: "rgba(0,0,0,0.2)",
|
||||||
|
border: "5px rgba(0,0,0, 0.01) solid"
|
||||||
}).appendTo($texts);
|
}).appendTo($texts);
|
||||||
|
$item.find('.OxEditableContent').css({
|
||||||
|
color: "rgb(240, 240, 240)",
|
||||||
|
})
|
||||||
|
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
$features.css({
|
$features.css({
|
||||||
|
|
Loading…
Reference in a new issue