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

Tweak dialog header, mask color

Summary: A little more pop in the mask color (light to dark) and some more space in the dialog header.

Test Plan: Visit dialogs on page and in actual dialogs.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+8 -8
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '5e307332', 10 + 'core.pkg.css' => '7dcee248', 11 11 'core.pkg.js' => '59d01bb7', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '3500921f', ··· 18 18 'maniphest.pkg.js' => 'df4aa49f', 19 19 'rsrc/css/aphront/aphront-bars.css' => '231ac33c', 20 20 'rsrc/css/aphront/dark-console.css' => '6378ef3d', 21 - 'rsrc/css/aphront/dialog-view.css' => '9fddf890', 21 + 'rsrc/css/aphront/dialog-view.css' => '9b32db0a', 22 22 'rsrc/css/aphront/lightbox-attachment.css' => '7acac05d', 23 23 'rsrc/css/aphront/list-filter-view.css' => 'b2161041', 24 24 'rsrc/css/aphront/multi-column.css' => 'fd18389d', ··· 503 503 'almanac-css' => 'dbb9b3af', 504 504 'aphront-bars' => '231ac33c', 505 505 'aphront-dark-console-css' => '6378ef3d', 506 - 'aphront-dialog-view-css' => '9fddf890', 506 + 'aphront-dialog-view-css' => '9b32db0a', 507 507 'aphront-list-filter-view-css' => 'b2161041', 508 508 'aphront-multi-column-view-css' => 'fd18389d', 509 509 'aphront-pager-view-css' => '2e3539af',
+5 -5
webroot/rsrc/css/aphront/dialog-view.css
··· 21 21 22 22 .aphront-dialog-head .phui-action-header { 23 23 border-bottom: 1px solid {$lightblueborder}; 24 - padding: 4px 16px; 24 + padding: 8px 16px; 25 25 white-space: nowrap; 26 26 } 27 27 ··· 74 74 } 75 75 76 76 .jx-mask { 77 - opacity: .75; 78 - background: #fff; 77 + opacity: .7; 78 + background: #292f33; 79 79 position: fixed; 80 80 top: 0; 81 81 left: 0; ··· 84 84 } 85 85 86 86 .jx-dark-mask { 87 - background: #000000; 88 - opacity: 0.9; 87 + background: #292f33; 88 + opacity: 0.95; 89 89 } 90 90 91 91 .aphront-exception-dialog {