You are here

patch_manager.css in Patch manager 6

Same filename and directory in other branches
  1. 7 patch_manager.css
/* active */
.state-1 {
  background-color: #F9F9F9;
}

/* fixed */
.state-2 {
  background-color: #D7FFD8;
}

/* closed (duplicate) */
.state-3,
/* postponed */
.state-4,
/* closed (won't fix) */
.state-5,
/* closed (works as designed) */
.state-6,
/* postponed (maintainer needs more info) */
.state-16 {
  background-color: #EFF1FE;
}

/* closed (fixed) */
.state-7,
/* closed (cannot reproduce) */
.state-18 {
  background-color: #FDDDDD;
}

/* needs review */
.state-8 {
  background-color: #FFFFDD;
}

/* needs work */
.state-13 {
  background-color: #FFECE8;
}

/* reviewed & tested by the communty */
.state-14,
/* patch (to be ported) */
.state-15 {
  background-color: #F1FFE8;
}

File

patch_manager.css
View source
  1. /* active */
  2. .state-1 {
  3. background-color: #F9F9F9;
  4. }
  5. /* fixed */
  6. .state-2 {
  7. background-color: #D7FFD8;
  8. }
  9. /* closed (duplicate) */
  10. .state-3,
  11. /* postponed */
  12. .state-4,
  13. /* closed (won't fix) */
  14. .state-5,
  15. /* closed (works as designed) */
  16. .state-6,
  17. /* postponed (maintainer needs more info) */
  18. .state-16 {
  19. background-color: #EFF1FE;
  20. }
  21. /* closed (fixed) */
  22. .state-7,
  23. /* closed (cannot reproduce) */
  24. .state-18 {
  25. background-color: #FDDDDD;
  26. }
  27. /* needs review */
  28. .state-8 {
  29. background-color: #FFFFDD;
  30. }
  31. /* needs work */
  32. .state-13 {
  33. background-color: #FFECE8;
  34. }
  35. /* reviewed & tested by the communty */
  36. .state-14,
  37. /* patch (to be ported) */
  38. .state-15 {
  39. background-color: #F1FFE8;
  40. }