/* colorize bugs in various groups */
/* these are also defined in skins/contrib/Mozilla/global.css */

body[class*=bz_group_] {
    background-color: #e0e0ff;
    border-left: solid red 2px;
    padding-left: 13px;
}

body[class*=bz_group_] #bugzilla-body {
    background-color: inherit;
}

body.bz_group_infrasec {
    background-color: #ffcc99;
}

body.bz_group_webtools-security, 
body.bz_group_websites-security, 
body.bz_group_bugzilla-security {
    background-color: #ffeeee;
}

body.bz_group_client-services-security, 
body.bz_group_mozilla-services-security {
    background-color: #ffff80;
}

body[class*=core-security] {
    background-color: #ffe0b0;
}
