mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04: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-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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue