2012-03-01 23:19:11 +01:00
|
|
|
/**
|
|
|
|
* @provides maniphest-report-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
table.aphront-table-view tr.aggregate,
|
|
|
|
table.aphront-table-view tr.alt-aggregate {
|
2015-06-26 18:33:03 +02:00
|
|
|
font-size: {$normalfontsize};
|
2015-02-24 18:41:37 +01:00
|
|
|
font-weight: bold;
|
2012-03-01 23:19:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
table.aphront-table-view tr.month,
|
|
|
|
table.aphront-table-view tr.alt-month {
|
2015-02-24 18:41:37 +01:00
|
|
|
background: {$backdrop};
|
|
|
|
font-weight: bold;
|
2012-03-01 23:19:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
span.red {
|
2015-02-24 18:41:37 +01:00
|
|
|
color: {$red};
|
2012-03-01 23:19:11 +01:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.green {
|
2015-02-24 18:41:37 +01:00
|
|
|
color: {$green};
|
2012-03-01 23:19:11 +01:00
|
|
|
font-weight: bold;
|
|
|
|
}
|