silverstripe-comments/client/src/styles/cms.scss

8 lines
153 B
SCSS

.cms table.ss-gridfield-table tr.spam {
background-color: #FFD8D8;
}
.cms table.ss-gridfield-table tr.spam:hover {
background-color: #FFF2F2;
}