diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -2719,6 +2719,20 @@ BIN_FILENODE = 6 float: left; } +/* changeset statuses (must be the same name as the status) */ +.changeset-status-not_reviewed { + color: #bababa; +} +.changeset-status-approved { + color: #81ba51; +} +.changeset-status-rejected { + color: #cc392e; +} +.changeset-status-under_review { + color: #ffc71e; +} + #graph_content .comments-cnt { color: rgb(136, 136, 136); padding: 5px 0;