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

Re-darken full width diff colors

Summary: Ref T12089. This reverts back to using "bright" colors for full width changes in green and red.

Test Plan:
Review diffs, see full width colors.

{F2333933}

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T12089

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

+10 -12
+6 -6
resources/celerity/map.php
··· 12 12 'core.pkg.css' => '9c725fa0', 13 13 'core.pkg.js' => 'a2ead3fe', 14 14 'darkconsole.pkg.js' => 'e7393ebb', 15 - 'differential.pkg.css' => 'f69afb45', 15 + 'differential.pkg.css' => 'e0517745', 16 16 'differential.pkg.js' => '40b18f35', 17 17 'diffusion.pkg.css' => '91c5d3a6', 18 18 'diffusion.pkg.js' => '84c8f8fd', ··· 59 59 'rsrc/css/application/dashboard/dashboard.css' => 'bc6f2127', 60 60 'rsrc/css/application/diff/inline-comment-summary.css' => '51efda3a', 61 61 'rsrc/css/application/differential/add-comment.css' => 'c47f8c40', 62 - 'rsrc/css/application/differential/changeset-view.css' => '11395d9c', 62 + 'rsrc/css/application/differential/changeset-view.css' => 'a5a96310', 63 63 'rsrc/css/application/differential/core.css' => '5b7b8ff4', 64 64 'rsrc/css/application/differential/phui-inline-comment.css' => '5953c28e', 65 65 'rsrc/css/application/differential/revision-comment.css' => '14b8565a', ··· 574 574 'conpherence-thread-manager' => 'c8b5ee6f', 575 575 'conpherence-transaction-css' => '85129c68', 576 576 'd3' => 'a11a5ff2', 577 - 'differential-changeset-view-css' => '11395d9c', 577 + 'differential-changeset-view-css' => 'a5a96310', 578 578 'differential-core-view-css' => '5b7b8ff4', 579 579 'differential-inline-comment-editor' => '2e3f9738', 580 580 'differential-revision-add-comment-css' => 'c47f8c40', ··· 1032 1032 'javelin-dom', 1033 1033 'javelin-typeahead-normalizer', 1034 1034 ), 1035 - '11395d9c' => array( 1036 - 'phui-inline-comment-view-css', 1037 - ), 1038 1035 '12884df9' => array( 1039 1036 'javelin-behavior', 1040 1037 'javelin-stratcom', ··· 1758 1755 'javelin-behavior', 1759 1756 'javelin-uri', 1760 1757 'phabricator-notification', 1758 + ), 1759 + 'a5a96310' => array( 1760 + 'phui-inline-comment-view-css', 1761 1761 ), 1762 1762 'a5c57c24' => array( 1763 1763 'javelin-behavior',
+4 -6
webroot/rsrc/css/application/differential/changeset-view.css
··· 122 122 } 123 123 124 124 .differential-diff th.old { 125 - background: #ffdddd; 126 125 border-right-color: #f8cbcb; 127 126 } 128 127 129 128 .differential-diff th.new { 130 - background: #dbffdb; 131 129 border-right-color: #a6f3a6; 132 130 } 133 131 134 - .differential-diff td.old, 135 - .differential-diff td.old-full { 132 + .differential-diff td.old { 136 133 background: #ffecec; 137 134 } 138 135 139 - .differential-diff td.new, 140 - .differential-diff td.new-full { 136 + .differential-diff td.new { 141 137 background: #eaffea; 142 138 } 143 139 ··· 150 146 } 151 147 152 148 .differential-diff td.old span.bright, 149 + .differential-diff td.old-full, 153 150 .prose-diff span.old { 154 151 background: #f8cbcb; 155 152 } 156 153 157 154 .differential-diff td.new span.bright, 155 + .differential-diff td.new-full, 158 156 .prose-diff span.new { 159 157 background: #a6f3a6; 160 158 }