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;
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
@@ -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 {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user