publication workflow: accept status
This commit is contained in:
parent
246577b0b0
commit
19fc0fa872
8 changed files with 56 additions and 20 deletions
5
public/backend/style.css
vendored
5
public/backend/style.css
vendored
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue