publication workflow: accept status

This commit is contained in:
Arno Kaimbacher 2019-04-10 10:54:15 +02:00
parent 246577b0b0
commit 19fc0fa872
8 changed files with 56 additions and 20 deletions

View file

@ -943,6 +943,11 @@ textarea.large, input.large {
.pure-table tr.released {
background-color: greenyellow;
}
.pure-table tr.editor_accepted {
padding: 0.8em;
background-color: lightblue;
}