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

Lighten up grey-box

Summary: This felt a little dark in actual use, lighten it up 40%.

Test Plan: Review project home pages.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D15101

+4 -4
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '2ee00a33', 10 + 'core.pkg.css' => '8c8210a3', 11 11 'core.pkg.js' => '573e6664', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '2de124c9', ··· 123 123 'rsrc/css/phui/phui-action-panel.css' => '91c7b835', 124 124 'rsrc/css/phui/phui-badge.css' => 'f25c3476', 125 125 'rsrc/css/phui/phui-big-info-view.css' => 'bd903741', 126 - 'rsrc/css/phui/phui-box.css' => 'fd269ed1', 126 + 'rsrc/css/phui/phui-box.css' => '04e9369f', 127 127 'rsrc/css/phui/phui-button.css' => 'd6ac72db', 128 128 'rsrc/css/phui/phui-crumbs-view.css' => '414406b5', 129 129 'rsrc/css/phui/phui-document-pro.css' => '8799acf7', ··· 793 793 'phui-action-panel-css' => '91c7b835', 794 794 'phui-badge-view-css' => 'f25c3476', 795 795 'phui-big-info-view-css' => 'bd903741', 796 - 'phui-box-css' => 'fd269ed1', 796 + 'phui-box-css' => '04e9369f', 797 797 'phui-button-css' => 'd6ac72db', 798 798 'phui-calendar-css' => 'ccabe893', 799 799 'phui-calendar-day-css' => 'd1cf6f93',
+1 -1
webroot/rsrc/css/phui/phui-box.css
··· 13 13 } 14 14 15 15 .phui-box-grey { 16 - background-color: rgba(71,87,120,0.1); 16 + background-color: rgba(71,87,120,0.06); 17 17 border-radius: 3px; 18 18 border: none; 19 19 }