drupal-civicrm/modules/node/node.css

11 lines
144 B
CSS
Raw Normal View History

2018-01-14 15:10:16 +02:00
.node-unpublished {
background-color: #fff4f4;
}
.preview .node {
background-color: #ffffea;
}
td.revision-current {
background: #ffc;
}