mirror of
https://github.com/wekan/wekan.git
synced 2026-02-20 15:04:07 +01:00
Merge pull request #4332 from jghaanstra/master
Revert rounded corners minicard on moderndark theme
This commit is contained in:
commit
e461c4a018
1 changed files with 5 additions and 9 deletions
|
|
@ -873,11 +873,11 @@ setBoardClear(color1,color2)
|
||||||
|
|
||||||
.swimlane .list:nth-child(even) .list-header,
|
.swimlane .list:nth-child(even) .list-header,
|
||||||
.swimlane .list:nth-child(even) .list-body
|
.swimlane .list:nth-child(even) .list-body
|
||||||
background: #5f5f5f
|
background: #6a6a6a
|
||||||
|
|
||||||
.swimlane .list:nth-child(odd) .list-header,
|
.swimlane .list:nth-child(odd) .list-header,
|
||||||
.swimlane .list:nth-child(odd) .list-body
|
.swimlane .list:nth-child(odd) .list-body
|
||||||
background: #3b3b3b
|
background: #555555
|
||||||
|
|
||||||
.list-header
|
.list-header
|
||||||
padding: 10px
|
padding: 10px
|
||||||
|
|
@ -933,19 +933,15 @@ setBoardClear(color1,color2)
|
||||||
.minicard
|
.minicard
|
||||||
background-color: #444444
|
background-color: #444444
|
||||||
color: #cccccc
|
color: #cccccc
|
||||||
//border-radius: 2px
|
border-radius: 2px
|
||||||
font-size: 0.95em
|
font-size: 0.95em
|
||||||
//padding: 10px
|
|
||||||
box-shadow: 0 4px 3px -3px rgba(0,0,0,0.8)
|
box-shadow: 0 4px 3px -3px rgba(0,0,0,0.8)
|
||||||
border-bottom: 1px solid #666666
|
border-bottom: 1px solid #666666
|
||||||
// All minicards rounded corners:
|
padding: 8px
|
||||||
border-radius: 7px
|
|
||||||
padding: 10px 10px 4px 10px
|
|
||||||
//box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.15)
|
|
||||||
|
|
||||||
.minicard:hover
|
.minicard:hover
|
||||||
color: #f7f7f7
|
color: #f7f7f7
|
||||||
background-color: #797979 !important
|
background-color: #4d4d4d !important
|
||||||
|
|
||||||
.minicard .minicard-labels
|
.minicard .minicard-labels
|
||||||
margin-bottom: 4px
|
margin-bottom: 4px
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue