mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
8 lines
153 B
CSS
8 lines
153 B
CSS
.cms table.ss-gridfield-table tr.spam {
|
|
background-color: #FFD8D8;
|
|
}
|
|
|
|
.cms table.ss-gridfield-table tr.spam:hover {
|
|
background-color: #FFF2F2;
|
|
}
|