1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/application/maniphest/report.css
Chad Little 8da5b6255d Remove AphrontPanelView
Summary: Removes AphrontPanelView, and most of it's CSS - it seems some old previews still call it.

Test Plan: grep for AphrontPanelView, no callsites left. Verify CSS left is minimal needed.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T7427

Differential Revision: https://secure.phabricator.com/D12004
2015-03-06 16:44:18 -08:00

25 lines
402 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;
}