Commit aae9578341b7791f21c5038bcd0a4c4ebcf1696e
1 parent
637119cd
Exists in
master
and in
1 other branch
Adjusted colors for green 'all resolved' button. [ci skip]
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
public/stylesheets/application.css
| ... | ... | @@ -601,8 +601,8 @@ td.count { |
| 601 | 601 | -webkit-opacity: 0.8 |
| 602 | 602 | } |
| 603 | 603 | .count a.resolved { |
| 604 | - background: #00cc33 url(images/resolved-badge-bg.png) 0 bottom repeat-x; | |
| 605 | - border: 1px solid #090; | |
| 604 | + background: #05B81d url(images/resolved-badge-bg.png) 0 bottom repeat-x; | |
| 605 | + border: 1px solid #080; | |
| 606 | 606 | } |
| 607 | 607 | .count a:hover { |
| 608 | 608 | text-decoration: none; | ... | ... |
public/stylesheets/images/resolved-badge-bg.png