summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardColors.styl
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-11-29 12:11:02 +0200
committerLauri Ojansivu <x@xet7.org>2017-11-29 12:11:02 +0200
commitc72792e4ed0e1ff88a1de494e7885238dc6c9881 (patch)
treec8fd646292b810f12ab53762d2404b82d58b2f64 /client/components/boards/boardColors.styl
parent7e4b42e9b3482460cac77a603809a8b5d4016477 (diff)
parentc3e2ee1db8b84102ffb58ffa07d6a0a687ef7455 (diff)
downloadwekan-c72792e4ed0e1ff88a1de494e7885238dc6c9881.tar.gz
wekan-c72792e4ed0e1ff88a1de494e7885238dc6c9881.tar.bz2
wekan-c72792e4ed0e1ff88a1de494e7885238dc6c9881.zip
Merge branch 'nztqa-conflict-resolution-458' into devel
Optimize for mobile web, show single list per page with navigate bar. Thanks to floatinghotpot and nztqa ! Related #953
Diffstat (limited to 'client/components/boards/boardColors.styl')
-rw-r--r--client/components/boards/boardColors.styl3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/components/boards/boardColors.styl b/client/components/boards/boardColors.styl
index 57a121a2..233659ca 100644
--- a/client/components/boards/boardColors.styl
+++ b/client/components/boards/boardColors.styl
@@ -67,6 +67,9 @@ setBoardColor(color)
background: color
color: white
+ &#header ul li.current, &#header-quick-access ul li.current
+ border-bottom: 4px solid lighten(color, 20%)
+
.board-color-nephritis
setBoardColor(#27AE60)