diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-24 22:50:04 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-24 22:50:04 +0300 |
commit | 9c6bd919a33309d9557419b65ed84151ab52090c (patch) | |
tree | 0cf84a3d7c28529c5429b620e9024e2453bc5664 | |
parent | 075905ffe84912b44098e42e5bfd9e1e43c84fdc (diff) | |
download | gitlab-ce-9c6bd919a33309d9557419b65ed84151ab52090c.tar.gz |
More noticable filter icons
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r-- | app/assets/stylesheets/sections/events.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/sections/events.scss b/app/assets/stylesheets/sections/events.scss index 957af62c0ea..656aa5b18a6 100644 --- a/app/assets/stylesheets/sections/events.scss +++ b/app/assets/stylesheets/sections/events.scss @@ -156,12 +156,13 @@ .filter_icon { a { text-align:center; - background: #EEE; + background: $bg_primary; margin-bottom: 10px; float: left; padding: 9px 6px; font-size: 18px; width: 40px; + color: #FFF; @include border-radius(3px); } |