node.css 144 B

12345678910
  1. .node-unpublished {
  2. background-color: #fff4f4;
  3. }
  4. .preview .node {
  5. background-color: #ffffea;
  6. }
  7. td.revision-current {
  8. background: #ffc;
  9. }