feature updates 21.05.2019
This commit is contained in:
parent
ec4ffbdcee
commit
178d0e7f6b
15 changed files with 271 additions and 53 deletions
File diff suppressed because one or more lines are too long
15
public/backend/style.css
vendored
15
public/backend/style.css
vendored
|
@ -979,6 +979,21 @@ textarea.large, input.large {
|
|||
background-color: lightblue;
|
||||
color: gray;
|
||||
}
|
||||
.pure-table tr.rejected_reviewer {
|
||||
padding: 0.8em;
|
||||
background-color: orange;
|
||||
color: gray;
|
||||
}
|
||||
.pure-table tr.rejected_editor {
|
||||
padding: 0.8em;
|
||||
background-color: orange;
|
||||
color: gray;
|
||||
}
|
||||
.pure-table tr.reviewed {
|
||||
padding: 0.8em;
|
||||
background-color: yellow;
|
||||
color: gray;
|
||||
}
|
||||
.pure-table tr.approved {
|
||||
padding: 0.8em;
|
||||
background-color: rgb(86, 86, 241);
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue