Clean up more Quicksand

Summary: Creates a background that renders inside the Quicksand frame, through sorcery.

Test Plan: Turn on Quicksand, visit lots of pages. See correct background colors. This probably blows something up I'm not testing.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D16642
This commit is contained in:
Chad Little
2016-09-30 22:28:51 -07:00
parent e498d4476d
commit 5eb4bc6ca9
26 changed files with 89 additions and 46 deletions

View File

@@ -455,8 +455,8 @@ final class PhabricatorProjectBoardViewController
require_celerity_resource('phui-workboard-color-css');
$background_color_class = "phui-workboard-{$background}";
$page->addClass('phui-workboard-color');
$page->addClass($background_color_class);
$page->addFrameClass('phui-workboard-color');
$page->addFrameClass($background_color_class);
}
return $page;