diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-06-26 01:02:19 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-06-26 01:02:19 +0300 |
commit | 6a587299b80a49fce0789628ff65885b5ed2c837 (patch) | |
tree | aab104d6476a6c6de78704599abbaf70038c9178 | |
parent | f5aa1b795b3a7a4f306b41a42d15da0fc22cae1c (diff) | |
download | wekan-6a587299b80a49fce0789628ff65885b5ed2c837.tar.gz wekan-6a587299b80a49fce0789628ff65885b5ed2c837.tar.bz2 wekan-6a587299b80a49fce0789628ff65885b5ed2c837.zip |
- Add more card inner shadow.
Thanks to pravdomil and xet7 !
Related #1690
-rw-r--r-- | client/components/cards/minicard.styl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/cards/minicard.styl b/client/components/cards/minicard.styl index 335182a3..391a6316 100644 --- a/client/components/cards/minicard.styl +++ b/client/components/cards/minicard.styl @@ -37,7 +37,7 @@ flex-wrap: wrap background-color: #fff min-height: 20px - box-shadow: 0 1px 2px rgba(0,0,0,.15) + box-shadow: 0 0px 16px rgba(0,0,0,0.15) inset border-radius: 2px color: #4d4d4d overflow: hidden |