phorge/webroot/rsrc/css/application/differential/revision-list.css
Chad Little 64a0d5fb72 Update table 'age' colors to table-kit mocks.
Summary: Minor color changes for the new tables.

Test Plan: Photoshop.

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4445
2013-01-15 13:16:24 -08:00

24 lines
301 B
CSS

/**
* @provides differential-revision-list-css
*/
.revision-age-fresh,
.revision-age-stale,
.revision-age-old {
margin: -4px -8px;
padding: 4px 8px;
}
.revision-age-fresh {
background: #dff1d8;
}
.revision-age-stale {
background: #fcf9e2;
}
.revision-age-old {
background: #f3dede;
}