diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-08-28 00:32:08 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-08-28 00:41:50 +0200 |
commit | 35d1d6b463c4a91ab06838896f5531f759696da2 (patch) | |
tree | 9fd93cc1e2e5213509384c19bed415ff787ac188 /client/components/cards | |
parent | 31c4aa01bda63e510e120ae9da8149c732111d2a (diff) | |
download | wekan-35d1d6b463c4a91ab06838896f5531f759696da2.tar.gz wekan-35d1d6b463c4a91ab06838896f5531f759696da2.tar.bz2 wekan-35d1d6b463c4a91ab06838896f5531f759696da2.zip |
Display keyboard shortcuts on a modal
Fixes #241
Diffstat (limited to 'client/components/cards')
-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 d886cd6f..ee454e78 100644 --- a/client/components/cards/minicard.styl +++ b/client/components/cards/minicard.styl @@ -39,7 +39,7 @@ flex-wrap: wrap background-color: #fff min-height: 20px - box-shadow: 0 1px 2px rgba(0,0,0,.2) + box-shadow: 0 1px 2px rgba(0,0,0,.15) border-radius: 2px color: #4d4d4d overflow: hidden |