Commit e0805ec469f50a41b22fe3f1f843e2b1fe818cd0
1 parent
75cf927d
Exists in
master
and in
4 other branches
Backgrounds for Issues
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
app/assets/stylesheets/common.scss
... | ... | @@ -664,18 +664,23 @@ li.note { |
664 | 664 | } |
665 | 665 | |
666 | 666 | &.critical { |
667 | + background: #FEE; | |
668 | + border-color:#ECC; | |
667 | 669 | .icon { |
668 | 670 | background: #EAA; |
669 | 671 | border:1px solid #B88; |
670 | 672 | } |
671 | 673 | } |
672 | 674 | &.today{ |
675 | + background: #EFE; | |
676 | + border-color:#CEC; | |
673 | 677 | .icon { |
674 | 678 | background: #ADA; |
675 | 679 | border:1px solid #8B8; |
676 | 680 | } |
677 | 681 | } |
678 | 682 | &.closed { |
683 | + background: #F9f9f9; | |
679 | 684 | .icon { |
680 | 685 | background: #DDD; |
681 | 686 | border:1px solid #BBB; |
... | ... | @@ -688,6 +693,8 @@ li.note { |
688 | 693 | } |
689 | 694 | } |
690 | 695 | &.merged { |
696 | + background: #FEF; | |
697 | + border-color:#EDE; | |
691 | 698 | .icon { |
692 | 699 | background: #DAD; |
693 | 700 | border:1px solid #B8B; | ... | ... |