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

@@ -160,6 +160,7 @@ final class PhabricatorMacroListController
array(
'device' => true,
'title' => pht('Image Macros'),
'dust' => true,
));
}
}