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

Make UIStatusList background element transparent instead of white

Summary: Fixes T3933.

Test Plan: See screenshot.

Reviewers: chad

Reviewed By: chad

CC: chad, aran

Maniphest Tasks: T3933

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

+4 -4
+1 -1
src/__celerity_resource_map__.php
··· 3850 3850 ), 3851 3851 'phui-status-list-view-css' => 3852 3852 array( 3853 - 'uri' => '/res/f50f0ead/rsrc/css/phui/phui-status.css', 3853 + 'uri' => '/res/3410386e/rsrc/css/phui/phui-status.css', 3854 3854 'type' => 'css', 3855 3855 'requires' => 3856 3856 array(
+3 -3
webroot/rsrc/css/phui/phui-status.css
··· 26 26 padding: 3px 0; 27 27 } 28 28 29 - .phui-status-item-highlighted { 29 + .phui-status-item-highlighted td { 30 30 background-color: {$lightyellow}; 31 31 } 32 32 33 - .phui-status-item-highlighted .phui-status-item-note { 34 - background-color: #fff; 33 + .phui-status-item-highlighted td.phui-status-item-note { 34 + background-color: transparent; 35 35 padding-left: 4px; 36 36 }