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

Restore white background to Paste

Summary: I think we lost this recently (maybe with the line highlighting change), but it's more readable if we put these on a white background.

Test Plan: Looked at a Paste (like `/P123`), saw white background.

Reviewers: chad, btrahan, asherkin

Reviewed By: asherkin

CC: aran

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

+2 -1
+1 -1
src/__celerity_resource_map__.php
··· 3451 3451 ), 3452 3452 'phabricator-source-code-view-css' => 3453 3453 array( 3454 - 'uri' => '/res/70bcbea4/rsrc/css/layout/phabricator-source-code-view.css', 3454 + 'uri' => '/res/aee63670/rsrc/css/layout/phabricator-source-code-view.css', 3455 3455 'type' => 'css', 3456 3456 'requires' => 3457 3457 array(
+1
webroot/rsrc/css/layout/phabricator-source-code-view.css
··· 3 3 */ 4 4 5 5 .phabricator-source-code-container { 6 + background: #ffffff; 6 7 overflow-x: auto; 7 8 overflow-y: hidden; 8 9 }