Content
View differences
Updated by Christoph Zierz almost 10 years ago
The Work package table have different border colors than the rest of the application. To get a cleaner and more modern table view, I would suggest to adjust the following colors:
**Table row bottom border**
`border-bottom: 1px solid #ccc` -\> `border-bottom: 1px solid #e7e7e7`
**Table Header border and shadow**
`border-bottom: 1px solid #ccc` -\> `border-bottom: 1px solid #d7d7d7`
`box-shadow: 0 5px 15px -5px #ccc` -\> `box-shadow: 0px 5px 3px -4px #ddd`
**Table row bottom border**
`border-bottom: 1px solid #ccc` -\> `border-bottom: 1px solid #e7e7e7`
**Table Header border and shadow**
`border-bottom: 1px solid #ccc` -\> `border-bottom: 1px solid #d7d7d7`
`box-shadow: 0 5px 15px -5px #ccc` -\> `box-shadow: 0px 5px 3px -4px #ddd`