[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 /** 2 * @provides maniphest-report-css 3 */ 4 5 table.aphront-table-view tr.aggregate, 6 table.aphront-table-view tr.alt-aggregate { 7 background: #bb5577; 8 } 9 10 table.aphront-table-view tr.month, 11 table.aphront-table-view tr.alt-month { 12 background: #ee77aa; 13 } 14 15 table.aphront-table-view tr.week, 16 table.aphront-table-view tr.alt-week { 17 background: #ffccdd; 18 } 19 20 span.red { 21 color: #aa0000; 22 font-weight: bold; 23 } 24 25 span.green { 26 color: #00aa00; 27 font-weight: bold; 28 } 29 30 .aphront-panel-view-caption p { 31 padding: 6px 0 0; 32 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |