diff --git a/client/lib/utils.js b/client/lib/utils.js index d204b3a0b..15896e5c3 100644 --- a/client/lib/utils.js +++ b/client/lib/utils.js @@ -6,6 +6,7 @@ Utils = { if (currentBoard.backgroundImageURL !== undefined) { $(".board-wrapper").css({"background":"url(" + currentBoard.backgroundImageURL + ")","background-size":"cover"}); $(".swimlane,.swimlane .list,.swimlane .list .list-body,.swimlane .list:first-child .list-body").css({"background-color":"transparent"}); + $(".minicard").css({"opacity": "0.9"}); } else if (currentBoard["background-color"]) { currentBoard.setColor(currentBoard["background-color"]); }