' + cardImageContainerOpen;
+ let cardPadderIcon = '';
+
+ if (imgUrl) {
+ cardPadderIcon = getDefaultText(item, options);
+ }
+
+ cardImageContainerOpen = `
${cardPadderIcon}
${cardImageContainerOpen}`;
cardBoxClose = '
';
cardScalableClose = '
';
diff --git a/src/themes/appletv/theme.css b/src/themes/appletv/theme.css
index d14e7c185..b2e104237 100644
--- a/src/themes/appletv/theme.css
+++ b/src/themes/appletv/theme.css
@@ -481,6 +481,10 @@ a[data-role=button] {
color: #00a4dc !important;
}
+.cardPadder .cardImageIcon {
+ color: rgba(0, 0, 0, 0.1);
+}
+
.card:focus .cardBox.visualCardBox,
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
border-radius: 0.5rem;
diff --git a/src/themes/blueradiance/theme.css b/src/themes/blueradiance/theme.css
index 3e7a52166..5c41ec66f 100644
--- a/src/themes/blueradiance/theme.css
+++ b/src/themes/blueradiance/theme.css
@@ -475,6 +475,10 @@ a[data-role=button] {
background-color: rgba(0, 0, 0, 0.5);
}
+.cardPadder .cardImageIcon {
+ color: rgba(0, 0, 0, 0.5);
+}
+
.card:focus .cardBox.visualCardBox,
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
border-color: #00a4dc !important;
diff --git a/src/themes/light/theme.css b/src/themes/light/theme.css
index 0e74c2596..4b2d0866f 100644
--- a/src/themes/light/theme.css
+++ b/src/themes/light/theme.css
@@ -466,6 +466,10 @@ a[data-role=button] {
background-color: #fff;
}
+.cardPadder .cardImageIcon {
+ color: #ddd;
+}
+
.card:focus .cardBox.visualCardBox,
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
border-color: #00a4dc !important;
diff --git a/src/themes/purplehaze/theme.css b/src/themes/purplehaze/theme.css
index 1541fda33..cedfcf23d 100644
--- a/src/themes/purplehaze/theme.css
+++ b/src/themes/purplehaze/theme.css
@@ -577,6 +577,10 @@ a[data-role=button] {
border-radius: 0.8em;
}
+.cardPadder .cardImageIcon {
+ color: rgba(0, 0, 0, 0.5);
+}
+
.card:focus .cardBox.visualCardBox,
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
border-color: #ff77f1 !important;
diff --git a/src/themes/wmc/theme.css b/src/themes/wmc/theme.css
index ea583b72d..25fa6daf4 100644
--- a/src/themes/wmc/theme.css
+++ b/src/themes/wmc/theme.css
@@ -456,6 +456,10 @@ a[data-role=button] {
background-color: #0f3562;
}
+.cardPadder .cardImageIcon {
+ color: rgba(0, 0, 0, 0.4);
+}
+
.card:focus .cardBox.visualCardBox,
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
border-color: #fff !important;