diff options
author | Thuan Pham Quoc <thuanpq.io@gmail.com> | 2017-12-10 23:03:13 +0700 |
---|---|---|
committer | Thuan Pham Quoc <thuanpq.io@gmail.com> | 2017-12-10 23:03:13 +0700 |
commit | d5d661b13113af42c29123c747750008de9f8844 (patch) | |
tree | dd286695f1c1a37d8764026cfa33d881d72b57dc /client | |
parent | e2f768c6a0f913b7c5f07695dce8cec692037255 (diff) | |
download | wekan-d5d661b13113af42c29123c747750008de9f8844.tar.gz wekan-d5d661b13113af42c29123c747750008de9f8844.tar.bz2 wekan-d5d661b13113af42c29123c747750008de9f8844.zip |
Fixed - make it easier to see the Adding Card btn at top of list
Diffstat (limited to 'client')
-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 |