Add Workboard UI Color to sidenav, fix fullscreen CSS

Summary: Uses the background color changes to show also on the side nav. Places color on entire body so fullscreen doesn't show other body color.

Test Plan: Review various workboard colors at normal and fullscreen

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D15283
This commit is contained in:
Chad Little
2016-02-16 14:27:05 -08:00
parent 58c2141ffd
commit 71be2b06a8
4 changed files with 26 additions and 7 deletions

View File

@@ -456,7 +456,7 @@ final class PhabricatorProjectBoardViewController
$background_color_class = "phui-workboard-{$background}";
$page->addClass('phui-workboard-color');
$nav->addClass($background_color_class);
$page->addClass($background_color_class);
}
return $page;