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

Fix header bgcolor on Workpanels

Summary: We use different background colors on <body> depending on ui.header. This makes the workpanel header transparent to fit all cases.

Test Plan: Switch to `dark` header color and check work boards for no UI glitches.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

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

+3 -3
+2 -2
resources/celerity/map.php
··· 153 153 'rsrc/css/phui/phui-text.css' => 'cf019f54', 154 154 'rsrc/css/phui/phui-timeline-view.css' => 'fc23e7b7', 155 155 'rsrc/css/phui/phui-workboard-view.css' => '6a20991a', 156 - 'rsrc/css/phui/phui-workpanel-view.css' => '00558537', 156 + 'rsrc/css/phui/phui-workpanel-view.css' => '8cebb2b1', 157 157 'rsrc/css/sprite-login.css' => '245e6e9e', 158 158 'rsrc/css/sprite-main-header.css' => 'f07bbb87', 159 159 'rsrc/css/sprite-menu.css' => '9dd65b92', ··· 809 809 'phui-theme-css' => '6b451f24', 810 810 'phui-timeline-view-css' => 'fc23e7b7', 811 811 'phui-workboard-view-css' => '6a20991a', 812 - 'phui-workpanel-view-css' => '00558537', 812 + 'phui-workpanel-view-css' => '8cebb2b1', 813 813 'phuix-action-list-view' => 'b5c256b8', 814 814 'phuix-action-view' => '8cf6d262', 815 815 'phuix-dropdown-menu' => 'bd4c8dca',
+1 -1
webroot/rsrc/css/phui/phui-workpanel-view.css
··· 6 6 padding: 16px 0 8px; 7 7 border-color: {$lightgreyborder}; 8 8 width: 300px; 9 - background-color: {$lightgreybackground}; 9 + background-color: transparent; 10 10 } 11 11 12 12 .phui-workpanel-view .phui-header-shell .phui-header-header {