@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+6 -4
+1 -1
src/__celerity_resource_map__.php
··· 2400 2400 ), 2401 2401 'phabricator-application-launch-view-css' => 2402 2402 array( 2403 - 'uri' => '/res/18695054/rsrc/css/application/base/phabricator-application-launch-view.css', 2403 + 'uri' => '/res/ed5d60cc/rsrc/css/application/base/phabricator-application-launch-view.css', 2404 2404 'type' => 'css', 2405 2405 'requires' => 2406 2406 array(
+1
src/applications/owners/controller/PhabricatorOwnersListController.php
··· 303 303 $panel = new AphrontPanelView(); 304 304 $panel->setHeader($header); 305 305 $panel->appendChild($table); 306 + $panel->setNoBackground(); 306 307 307 308 return $panel; 308 309 }
+4 -3
webroot/rsrc/css/application/base/phabricator-application-launch-view.css
··· 94 94 position: absolute; 95 95 right: 4px; 96 96 top: 4px; 97 - background: #ff0000; 97 + background: rgb(0, 122, 255); 98 98 border-radius: 10px; 99 99 color: white; 100 100 font-weight: bold; 101 101 padding: 1px 6px 2px; 102 - border: 1px solid #aa0000; 103 - font-size: 12px; 102 + border: 2px solid #333; 103 + font-size: 11px; 104 + box-shadow: 0 0px 2px #000; 104 105 } 105 106 106 107 .application-tile-full .phabricator-application-launch-attention {