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

[Redesign] Pop color up on header status tags

Summary: Ref T8099, Move these to alpha channels so different header colors pop the color up equally.

Test Plan: Test Documents, Maniphest, Workboards

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T8099

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

+4 -4
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'cca0aa95', 10 + 'core.pkg.css' => 'ca5e75c5', 11 11 'core.pkg.js' => 'a590b451', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '1b36e899', ··· 134 134 'rsrc/css/phui/phui-fontkit.css' => '0d04121b', 135 135 'rsrc/css/phui/phui-form-view.css' => 'a0e8f168', 136 136 'rsrc/css/phui/phui-form.css' => '17ce37a9', 137 - 'rsrc/css/phui/phui-header-view.css' => '541c6cc7', 137 + 'rsrc/css/phui/phui-header-view.css' => '2a685a60', 138 138 'rsrc/css/phui/phui-icon.css' => '88ba9081', 139 139 'rsrc/css/phui/phui-image-mask.css' => '5a8b09c8', 140 140 'rsrc/css/phui/phui-info-panel.css' => '27ea50a1', ··· 777 777 'phui-fontkit-css' => '0d04121b', 778 778 'phui-form-css' => '17ce37a9', 779 779 'phui-form-view-css' => 'a0e8f168', 780 - 'phui-header-view-css' => '541c6cc7', 780 + 'phui-header-view-css' => '2a685a60', 781 781 'phui-icon-view-css' => '88ba9081', 782 782 'phui-image-mask-css' => '5a8b09c8', 783 783 'phui-info-panel-css' => '27ea50a1',
+1 -1
webroot/rsrc/css/phui/phui-header-view.css
··· 148 148 .phui-header-subheader .phui-header-status { 149 149 padding: 3px 9px; 150 150 border-radius: 3px; 151 - background: {$lightbluebackground}; 151 + background: rgba(71, 87, 120, 0.06); 152 152 margin-right: 8px; 153 153 } 154 154