Optional body class for dust background.

Summary: This adds an option dust background for certain application designs, like Macro and Pholio to help make the list views pop more.

Test Plan: Reviewed Macro and Pholio.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D5209
This commit is contained in:
Chad Little
2013-03-04 10:35:50 -08:00
parent 851d02b30a
commit 3c11d9103e
6 changed files with 65 additions and 40 deletions

View File

@@ -171,6 +171,7 @@ abstract class PhabricatorController extends AphrontController {
}
$page->setShowChrome(idx($options, 'chrome', true));
$page->setDust(idx($options, 'dust', false));
$application_menu = $this->buildApplicationMenu();
if ($application_menu) {