Commit cab37a1b75eb3fead646518e5b48b9d28f96b5f9
1 parent
d1942b79
Exists in
master
and in
1 other branch
Added icons for Mingle issue tracker.
Showing
3 changed files
with
8 additions
and
0 deletions
Show diff stats
2.41 KB
2.41 KB
public/stylesheets/application.css
| ... | ... | @@ -638,6 +638,10 @@ table.tally th.value { |
| 638 | 638 | background: transparent url(/images/fogbugz_create.png) 6px 5px no-repeat; |
| 639 | 639 | } |
| 640 | 640 | |
| 641 | +#action-bar a.mingle_create { | |
| 642 | + background: transparent url(/images/mingle_create.png) 6px 5px no-repeat; | |
| 643 | +} | |
| 644 | + | |
| 641 | 645 | #action-bar a.lighthouseapp_goto { |
| 642 | 646 | background: transparent url(/images/lighthouseapp_goto.png) 6px 5px no-repeat; |
| 643 | 647 | } |
| ... | ... | @@ -654,6 +658,10 @@ table.tally th.value { |
| 654 | 658 | background: transparent url(/images/fogbugz_goto.png) 6px 5px no-repeat; |
| 655 | 659 | } |
| 656 | 660 | |
| 661 | +#action-bar a.mingle_goto { | |
| 662 | + background: transparent url(/images/mingle_goto.png) 6px 5px no-repeat; | |
| 663 | +} | |
| 664 | + | |
| 657 | 665 | /* Notices Pagination */ |
| 658 | 666 | .notice-pagination { |
| 659 | 667 | float: left; | ... | ... |