diff options
author | Andrés Manelli <andresmanelli@gmail.com> | 2018-04-20 23:52:13 -0300 |
---|---|---|
committer | Andrés Manelli <andresmanelli@gmail.com> | 2018-08-11 00:15:13 +0200 |
commit | f0597ef0c496352cb102d85227a46831a8b04c57 (patch) | |
tree | ef43bd7b39f8bb33f965144f849be1127ecdfd78 /client/components/cards/minicard.styl | |
parent | 10aab8a7336ff9a6c313eb34b22771b70b3df5d0 (diff) | |
download | wekan-f0597ef0c496352cb102d85227a46831a8b04c57.tar.gz wekan-f0597ef0c496352cb102d85227a46831a8b04c57.tar.bz2 wekan-f0597ef0c496352cb102d85227a46831a8b04c57.zip |
Indicate board or card through icons. Indicate if archived
Diffstat (limited to 'client/components/cards/minicard.styl')
-rw-r--r-- | client/components/cards/minicard.styl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/components/cards/minicard.styl b/client/components/cards/minicard.styl index f593c342..89beb1c2 100644 --- a/client/components/cards/minicard.styl +++ b/client/components/cards/minicard.styl @@ -51,6 +51,8 @@ margin-right: 11px vertical-align: baseline font-size: 0.9em + .imported-archived + color: #937760 .is-selected & transform: translateX(11px) |