Lots of little minor CSS tweaks
Summary: Lots of little details, fix workboard bg colors, darken up global backgrounds just a hair, add more "widgety" look to dashboard panels, remove underline on anchors on mobile. Also Fixes T12210 Test Plan: Use lots of pages on mobile and desktop. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T12210 Differential Revision: https://secure.phabricator.com/D17315
This commit is contained in:
@@ -452,12 +452,14 @@ final class PhabricatorProjectBoardViewController
|
||||
));
|
||||
|
||||
$background = $project->getDisplayWorkboardBackgroundColor();
|
||||
require_celerity_resource('phui-workboard-color-css');
|
||||
if ($background !== null) {
|
||||
require_celerity_resource('phui-workboard-color-css');
|
||||
$background_color_class = "phui-workboard-{$background}";
|
||||
|
||||
$page->addClass('phui-workboard-color');
|
||||
$page->addClass($background_color_class);
|
||||
} else {
|
||||
$page->addClass('phui-workboard-no-color');
|
||||
}
|
||||
|
||||
return $page;
|
||||
|
||||
Reference in New Issue
Block a user