summaryrefslogtreecommitdiffstats
path: root/client/components/cards/cardDetails.styl
diff options
context:
space:
mode:
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>2019-01-22 23:35:12 +0100
committerBenjamin Tissoires <benjamin.tissoires@redhat.com>2019-01-24 16:51:06 +0100
commit6e9bad57723919dc3fd63a5748902e9049320603 (patch)
treeeede4ef6e004aed94909ddf02a48ca9bd97742a0 /client/components/cards/cardDetails.styl
parent5769d438a05d01bd5f35cd5830b7ad3c03a21ed2 (diff)
downloadwekan-6e9bad57723919dc3fd63a5748902e9049320603.tar.gz
wekan-6e9bad57723919dc3fd63a5748902e9049320603.tar.bz2
wekan-6e9bad57723919dc3fd63a5748902e9049320603.zip
IFTTT: card colors: add an actual white entry
To unset the color through the IFTTT, we need a white entry. However, we do not want to show the white enry in the hamburger `Set Color` entry. We can also give the `white` capability to the API, it won't hurt and be more straightforward.
Diffstat (limited to 'client/components/cards/cardDetails.styl')
-rw-r--r--client/components/cards/cardDetails.styl4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/components/cards/cardDetails.styl b/client/components/cards/cardDetails.styl
index c18e1d2d..bf50c071 100644
--- a/client/components/cards/cardDetails.styl
+++ b/client/components/cards/cardDetails.styl
@@ -146,6 +146,10 @@ card-details-color(background, color...)
if color
color: color !important //overwrite text for better visibility
+.card-details-white
+ card-details-color(unset, #000) //Black text for better visibility
+ border: 1px solid #eee
+
.card-details-green
card-details-color(#3cb500, #ffffff) //White text for better visibility