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
24 lines
301 B
CSS
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;
|
|
}
|