@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 default form color.

Summary: Update the color

Test Plan: Refresh form

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

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

+2 -2
+1 -1
src/__celerity_resource_map__.php
··· 3686 3686 ), 3687 3687 'phui-form-css' => 3688 3688 array( 3689 - 'uri' => '/res/e29e84fb/rsrc/css/phui/phui-form.css', 3689 + 'uri' => '/res/45564bc7/rsrc/css/phui/phui-form.css', 3690 3690 'type' => 'css', 3691 3691 'requires' => 3692 3692 array(
+1 -1
webroot/rsrc/css/phui/phui-form.css
··· 22 22 display: inline-block; 23 23 height: 28px; 24 24 line-height: 18px; 25 - color: #555555; 25 + color: #333; 26 26 vertical-align: middle; 27 27 font: 13px 'Helvetica Neue', Arial, sans-serif; 28 28 }