/* 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;
}
View source
- /* 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;
- }