Update side counters to blue, inset.
Summary: Changes the side number counts to blue with a subtle inset, less straining on the eyes, yet very visible. Test Plan: Tested short and long numbers in wide and normal button areas. FF, Chrome Reviewers: epriestley, vrana, btrahan Reviewed By: vrana CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4513
This commit is contained in:
@@ -2400,7 +2400,7 @@ celerity_register_resource_map(array(
|
||||
),
|
||||
'phabricator-application-launch-view-css' =>
|
||||
array(
|
||||
'uri' => '/res/18695054/rsrc/css/application/base/phabricator-application-launch-view.css',
|
||||
'uri' => '/res/ed5d60cc/rsrc/css/application/base/phabricator-application-launch-view.css',
|
||||
'type' => 'css',
|
||||
'requires' =>
|
||||
array(
|
||||
|
||||
@@ -303,6 +303,7 @@ final class PhabricatorOwnersListController
|
||||
$panel = new AphrontPanelView();
|
||||
$panel->setHeader($header);
|
||||
$panel->appendChild($table);
|
||||
$panel->setNoBackground();
|
||||
|
||||
return $panel;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user