Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/application/maniphest/report.css
13459 views
1
/**
2
* @provides maniphest-report-css
3
*/
4
5
table.aphront-table-view tr.aggregate,
6
table.aphront-table-view tr.alt-aggregate {
7
font-size: {$normalfontsize};
8
font-weight: bold;
9
}
10
11
table.aphront-table-view tr.month,
12
table.aphront-table-view tr.alt-month {
13
background: {$backdrop};
14
font-weight: bold;
15
}
16
17
span.red {
18
color: {$red};
19
font-weight: bold;
20
}
21
22
span.green {
23
color: {$green};
24
font-weight: bold;
25
}
26
27