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

Darken Crumb border

Summary: This border is meant to be darker, make it relative to background color.

Test Plan: Test and see new darker border.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

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

+4 -4
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '828ae114', 10 + 'core.pkg.css' => '741e228f', 11 11 'core.pkg.js' => 'a590b451', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '9451634c', ··· 128 128 'rsrc/css/phui/phui-action-panel.css' => '3ee9afd5', 129 129 'rsrc/css/phui/phui-box.css' => 'a5bb366d', 130 130 'rsrc/css/phui/phui-button.css' => 'cf529a01', 131 - 'rsrc/css/phui/phui-crumbs-view.css' => 'ce840ec2', 131 + 'rsrc/css/phui/phui-crumbs-view.css' => 'd842f867', 132 132 'rsrc/css/phui/phui-document.css' => '3eb3b3e3', 133 133 'rsrc/css/phui/phui-feed-story.css' => 'c7d8113a', 134 134 'rsrc/css/phui/phui-fontkit.css' => 'cb8ae7ad', ··· 780 780 'phui-calendar-day-css' => 'd1cf6f93', 781 781 'phui-calendar-list-css' => 'c1c7f338', 782 782 'phui-calendar-month-css' => '476be7e0', 783 - 'phui-crumbs-view-css' => 'ce840ec2', 783 + 'phui-crumbs-view-css' => 'd842f867', 784 784 'phui-document-view-css' => '3eb3b3e3', 785 785 'phui-feed-story-css' => 'c7d8113a', 786 786 'phui-font-icon-base-css' => '3dad2ae3',
+1 -1
webroot/rsrc/css/phui/phui-crumbs-view.css
··· 101 101 } 102 102 103 103 .phui-crumbs-view.phui-crumbs-border { 104 - border-bottom: 1px solid {$thinblueborder}; 104 + border-bottom: 1px solid rgba(55,55,55,.1); 105 105 } 106 106 107 107 body .phui-crumbs-view + .phui-object-box {