# HG changeset patch # User Sean Farley # Date 1414778483 25200 # Node ID 60a0cf3c0f3d934bcdb8595a0001ef4d44651ce9 # Parent 27c7922c745d22f9a9c1a69e37a3448577bcfd59 css: add changeset-status classes for mapping a status to a color diff -r 27c7922c745d -r 60a0cf3c0f3d kallithea/public/css/style.css --- a/kallithea/public/css/style.css Tue Jul 15 01:38:38 2014 -0500 +++ b/kallithea/public/css/style.css Fri Oct 31 11:01:23 2014 -0700 @@ -2719,6 +2719,20 @@ 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;