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

Move setup warning callout above the nav-drag div

Summary: See {T7830}

Test Plan: I manually set this to `5` in Chrome inspector and checked a few pages.

Reviewers: chad, #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, epriestley

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

authored by

Matt Robenolt and committed by
epriestley
6193548b 0dbd61c2

+7 -4
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '7d05ad2a', 10 + 'core.pkg.css' => 'a2a90172', 11 11 'core.pkg.js' => 'dfea788f', 12 12 'darkconsole.pkg.js' => '8ab24e01', 13 13 'differential.pkg.css' => '3500921f', ··· 110 110 'rsrc/css/core/core.css' => '76e8ee93', 111 111 'rsrc/css/core/remarkup.css' => 'e10512ff', 112 112 'rsrc/css/core/syntax.css' => '56c1ba38', 113 - 'rsrc/css/core/z-index.css' => '72110fd4', 113 + 'rsrc/css/core/z-index.css' => '5a2b9d9d', 114 114 'rsrc/css/diviner/diviner-shared.css' => '38813222', 115 115 'rsrc/css/font/font-awesome.css' => 'ae9a7b4d', 116 116 'rsrc/css/font/font-source-sans-pro.css' => '4a2430d7', ··· 767 767 'phabricator-uiexample-reactor-select' => 'a155550f', 768 768 'phabricator-uiexample-reactor-sendclass' => '1def2711', 769 769 'phabricator-uiexample-reactor-sendproperties' => 'b1f0ccee', 770 - 'phabricator-zindex-css' => '72110fd4', 770 + 'phabricator-zindex-css' => '5a2b9d9d', 771 771 'phame-css' => '88bd4705', 772 772 'pholio-css' => '95174bdd', 773 773 'pholio-edit-css' => '3ad9d1ee',
+4 -1
webroot/rsrc/css/core/z-index.css
··· 6 6 z-index: -1; 7 7 } 8 8 9 - .setup-warning-callout, 10 9 .keyboard-focus-focus-reticle { 11 10 z-index: 1; 12 11 } ··· 63 62 64 63 .phabricator-nav-drag { 65 64 z-index: 4; 65 + } 66 + 67 + .setup-warning-callout { 68 + z-index: 5; 66 69 } 67 70 68 71 .loading .messages-loading-mask,