mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Fix Moder theme board canvas background
This commit is contained in:
parent
ef59d6dcb9
commit
8b3399b8f6
1 changed files with 4 additions and 1 deletions
|
@ -602,9 +602,12 @@ setBoardClear(color1,color2)
|
|||
height: 21px
|
||||
background: #f7f7f7
|
||||
|
||||
.board-canvas
|
||||
background: #f5f5f5
|
||||
|
||||
/* Swimlane */
|
||||
.swimlane
|
||||
background: #f5f5f5
|
||||
background: none
|
||||
|
||||
.swimlane .swimlane-header-wrap .swimlane-header
|
||||
font-family: Poppins
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue