diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-06-30 11:39:51 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-06-30 11:39:51 +0300 |
commit | f02d5e64f032c81e5ed2f46cd1c63988f19a1b7b (patch) | |
tree | c5c5e6381f9e7e126cb146b284ab9f8aa91dd5bc | |
parent | 5bca2f802bed6183a9020c2168574bc6486a473b (diff) | |
parent | c3e839c885bef820b15bcebf75a721b1ce2799f9 (diff) | |
download | wekan-f02d5e64f032c81e5ed2f46cd1c63988f19a1b7b.tar.gz wekan-f02d5e64f032c81e5ed2f46cd1c63988f19a1b7b.tar.bz2 wekan-f02d5e64f032c81e5ed2f46cd1c63988f19a1b7b.zip |
Merge branch 'patch-7' of https://github.com/pravdomil/wekan into pravdomil-patch-7
-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 391a6316..335182a3 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 0px 16px rgba(0,0,0,0.15) inset + box-shadow: 0 1px 2px rgba(0,0,0,.15) border-radius: 2px color: #4d4d4d overflow: hidden |