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

Update monospaced styles when inside notes

Summary: Minor, uses rgba instead of locked colors.

Test Plan: Tested each note, warning, important

Reviewers: epriestley

Subscribers: epriestley, Korvin

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

+9 -3
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'dbc1c89a', 10 + 'core.pkg.css' => '5a12afbf', 11 11 'core.pkg.js' => 'ba6a742f', 12 12 'darkconsole.pkg.js' => 'df001cab', 13 13 'differential.pkg.css' => '4a93db37', ··· 105 105 'rsrc/css/application/tokens/tokens.css' => '3d0f239e', 106 106 'rsrc/css/application/uiexample/example.css' => '528b19de', 107 107 'rsrc/css/core/core.css' => '40151074', 108 - 'rsrc/css/core/remarkup.css' => 'ad4c0676', 108 + 'rsrc/css/core/remarkup.css' => '9b5d1f91', 109 109 'rsrc/css/core/syntax.css' => '3c18c1cb', 110 110 'rsrc/css/core/z-index.css' => 'd1c137f2', 111 111 'rsrc/css/diviner/diviner-shared.css' => '38813222', ··· 739 739 'phabricator-phtize' => 'd254d646', 740 740 'phabricator-prefab' => 'bbae734c', 741 741 'phabricator-profile-css' => 'b459416e', 742 - 'phabricator-remarkup-css' => 'ad4c0676', 742 + 'phabricator-remarkup-css' => '9b5d1f91', 743 743 'phabricator-search-results-css' => 'f240504c', 744 744 'phabricator-shaped-request' => '7cbe244b', 745 745 'phabricator-side-menu-view-css' => 'a2ccd7bd',
+6
webroot/rsrc/css/core/remarkup.css
··· 225 225 background: {$lightred}; 226 226 } 227 227 228 + .phabricator-remarkup .remarkup-note .remarkup-monospaced, 229 + .phabricator-remarkup .remarkup-important .remarkup-monospaced, 230 + .phabricator-remarkup .remarkup-warning .remarkup-monospaced { 231 + background-color: rgba(150,150,150,.2); 232 + } 233 + 228 234 .phabricator-remarkup .remarkup-note-word { 229 235 font-weight: bold; 230 236 color: {$darkbluetext};