1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +01:00

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;
}

View file

@ -94,13 +94,14 @@ a.phabricator-application-launch-container:hover {
position: absolute;
right: 4px;
top: 4px;
background: #ff0000;
background: rgb(0, 122, 255);
border-radius: 10px;
color: white;
font-weight: bold;
padding: 1px 6px 2px;
border: 1px solid #aa0000;
font-size: 12px;
border: 2px solid #333;
font-size: 11px;
box-shadow: 0 0px 2px #000;
}
.application-tile-full .phabricator-application-launch-attention {