Avoid coloring refused versions #22010

This commit is contained in:
Nicolas Demonte 2019-03-01 13:56:07 +01:00
parent 53479e22ab
commit 6775636033
1 changed files with 2 additions and 1 deletions

View File

@ -633,7 +633,8 @@ dl.portletFolderLinks dd {
#portal-body tr.row-state-in-progress td.colour-column { background: #e38623 !important; }
#portal-body tr.row-state-refusal-requested td.colour-column { }
#portal-body tr.row-state-todo td.colour-column { background: #de0707 !important; }
#portal-body tr.row-state-refused td.colour-column { background: #fe2707 !important; }
/* versions fieldset also has refused rows, but must not be colored */
#portal-body #document-viewlets tr.row-state-refused td.colour-column { background: #fe2707 !important; }
#portal-body tr.row-state-answered td.colour-column { background: #62ae17 !important; }
#portal-body tr.row-state-assigning td.colour-column.colour-column { background: #de0707;}
#portal-body tr.row-state-noaction td.colour-column { background: #aaaaaa !important; }