11 lines
144 B
CSS
11 lines
144 B
CSS
|
|
||
|
.node-unpublished {
|
||
|
background-color: #fff4f4;
|
||
|
}
|
||
|
.preview .node {
|
||
|
background-color: #ffffea;
|
||
|
}
|
||
|
td.revision-current {
|
||
|
background: #ffc;
|
||
|
}
|