summaryrefslogtreecommitdiffstatshomepage
path: root/modules/node/node.css
blob: 07540fa90b94a6138305a7bf573b5a432c662ee5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10

.node-unpublished {
  background-color: #fff4f4;
}
.preview .node {
  background-color: #ffffea;
}
td.revision-current {
  background: #ffc;
}