mirror of
https://github.com/wekan/wekan.git
synced 2026-02-06 00:21:48 +01:00
Fix list color too close with moderndark theme on mobile view.
Thanks to gerald41, Meeques, Go-rom, mfilser, jghaanstra and xet7 ! Fixes #4436, fixes #4254
This commit is contained in:
parent
c3faa99491
commit
5d3d5e4b2d
2 changed files with 6 additions and 4 deletions
|
|
@ -858,7 +858,7 @@ setBoardClear(color1,color2)
|
|||
|
||||
.swimlane
|
||||
background: #2a2a2a
|
||||
line-height: 15px
|
||||
line-height: 18px
|
||||
max-height: 100%
|
||||
|
||||
/* Lists */
|
||||
|
|
@ -880,7 +880,7 @@ setBoardClear(color1,color2)
|
|||
background: #555555
|
||||
|
||||
.list-header
|
||||
padding: 10px
|
||||
background: #6a6a6a
|
||||
|
||||
.list-header .viewer
|
||||
padding-left: 10px
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue