diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-12-11 22:52:53 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-12-11 22:52:53 +0200 |
commit | bd127af916f44973f16bba4d950c19f91f98f0b0 (patch) | |
tree | 1e7b6e63130b02dc2fcdce61b3b17169e1013cf1 | |
parent | d235a00b113014c67beb3dd418e0f6ec17c214c1 (diff) | |
parent | d5d661b13113af42c29123c747750008de9f8844 (diff) | |
download | wekan-bd127af916f44973f16bba4d950c19f91f98f0b0.tar.gz wekan-bd127af916f44973f16bba4d950c19f91f98f0b0.tar.bz2 wekan-bd127af916f44973f16bba4d950c19f91f98f0b0.zip |
Merge branch 'make-small-add-card-at-list-top-easier-to-see' of https://github.com/thuanpq/wekan into thuanpq-make-small-add-card-at-list-top-easier-to-see
-rw-r--r-- | client/components/lists/list.styl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/components/lists/list.styl b/client/components/lists/list.styl index 04685137..d5800140 100644 --- a/client/components/lists/list.styl +++ b/client/components/lists/list.styl @@ -81,6 +81,7 @@ .list-header-plus-icon color: #a6a6a6 + margin-right: 10px .highlight color: #ce1414 |