12 lines
147 B
SCSS
12 lines
147 B
SCSS
div#c-post-events {
|
|
#a-index {
|
|
tr.resolved-true {
|
|
background: #DDD;
|
|
}
|
|
|
|
tr.resolved-false {
|
|
background: #FFF;
|
|
}
|
|
}
|
|
}
|