mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
Tweaks to exodark for board backgrounds
Removed drop shadow on exodark cards, as when background applied to board it looks a bit rough design wise. Added background-color that will disappear when background is applied, and when background is not applied gives exodark a bit of a smoother cleaner look IMO
This commit is contained in:
parent
1d339ec17e
commit
25722e5e9d
1 changed files with 1 additions and 2 deletions
|
|
@ -2127,8 +2127,7 @@
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
background: #222;
|
background-color: #1c1c1c;
|
||||||
box-shadow: inset 15px 15px 37px #1c1c1c, inset -15px -15px 37px #282828;
|
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
.board-color-exodark .swimlane .list:first-child {
|
.board-color-exodark .swimlane .list:first-child {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue