mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
little opacity to minicards to see the background image a little bit
This commit is contained in:
parent
fc1e55cc19
commit
3ae0d96760
1 changed files with 1 additions and 0 deletions
|
|
@ -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"]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue