mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2024-11-12 19:33:27 +00:00
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;
|
||
|
}
|