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:
Chad Little
2013-01-18 12:36:45 -08:00
parent 9e2ec82094
commit 2e589ebddc
3 changed files with 6 additions and 4 deletions

View File

@@ -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(

View File

@@ -303,6 +303,7 @@ final class PhabricatorOwnersListController
$panel = new AphrontPanelView();
$panel->setHeader($header);
$panel->appendChild($table);
$panel->setNoBackground();
return $panel;
}