diff --git a/client/components/boards/boardColors.styl b/client/components/boards/boardColors.styl index 78eec3aad..11684a121 100644 --- a/client/components/boards/boardColors.styl +++ b/client/components/boards/boardColors.styl @@ -873,11 +873,11 @@ setBoardClear(color1,color2) .swimlane .list:nth-child(even) .list-header, .swimlane .list:nth-child(even) .list-body - background: #5f5f5f + background: #6a6a6a .swimlane .list:nth-child(odd) .list-header, .swimlane .list:nth-child(odd) .list-body - background: #3b3b3b + background: #555555 .list-header padding: 10px @@ -933,19 +933,15 @@ setBoardClear(color1,color2) .minicard background-color: #444444 color: #cccccc - //border-radius: 2px + border-radius: 2px font-size: 0.95em - //padding: 10px box-shadow: 0 4px 3px -3px rgba(0,0,0,0.8) border-bottom: 1px solid #666666 - // All minicards rounded corners: - border-radius: 7px - padding: 10px 10px 4px 10px - //box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.15) + padding: 8px .minicard:hover color: #f7f7f7 - background-color: #797979 !important + background-color: #4d4d4d !important .minicard .minicard-labels margin-bottom: 4px