Changeset - 60a0cf3c0f3d
[Not reviewed]
default
0 1 0
Sean Farley - 11 years ago 2014-10-31 19:01:23
sean.michael.farley@gmail.com
css: add changeset-status classes for mapping a status to a color
1 file changed with 14 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -2716,12 +2716,26 @@ BIN_FILENODE = 6
 
}
 
.code-header .changeset-status-container .changeset-status-ico,
 
.container .changeset-status-ico {
 
    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;
 
}
 

	
 
#shortlog_data .comments-cnt {
0 comments (0 inline, 0 general)