mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
7c609229a9
Summary: Fixes T7099, also picked some new colors. Raphael can bind the graph to a dom element, which resolved the scrolling issue. Test Plan: Tested scrolling on my laptop, desktop. Seems resolved. Reviewers: epriestley, btrahan Reviewed By: btrahan Subscribers: Korvin, epriestley Maniphest Tasks: T7099 Differential Revision: https://secure.phabricator.com/D11879
29 lines
457 B
CSS
29 lines
457 B
CSS
/**
|
|
* @provides maniphest-report-css
|
|
*/
|
|
|
|
table.aphront-table-view tr.aggregate,
|
|
table.aphront-table-view tr.alt-aggregate {
|
|
font-size: 13px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
table.aphront-table-view tr.month,
|
|
table.aphront-table-view tr.alt-month {
|
|
background: {$backdrop};
|
|
font-weight: bold;
|
|
}
|
|
|
|
span.red {
|
|
color: {$red};
|
|
font-weight: bold;
|
|
}
|
|
|
|
span.green {
|
|
color: {$green};
|
|
font-weight: bold;
|
|
}
|
|
|
|
.aphront-panel-view-caption p {
|
|
padding: 6px 0 0;
|
|
}
|