mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +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
|
||||
|
|
|
|||
|
|
@ -234,10 +234,12 @@
|
|||
z-index: 15
|
||||
box-shadow: 0 1px 2px rgba(0,0,0,.15)
|
||||
|
||||
/* https://github.com/wekan/wekan/issues/4254#issuecomment-1037192960 */
|
||||
|
||||
minicard-color(background, color...)
|
||||
background-color: background
|
||||
background-color: background !important
|
||||
if color
|
||||
color: color //overwrite text for better visibility
|
||||
color: color !important //overwrite text for better visibility
|
||||
&:hover:not(.minicard-composer),
|
||||
.is-selected &,
|
||||
.draggable-hover-card &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue