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

Fix date-picker z-index to be above dialogs

Summary: Fixes T5880.

Test Plan:
- Used event dialog in Calendar.
- Reviewed z-index.css history for likely conflicts, didn't see anything suspicious.

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: epriestley

Maniphest Tasks: T5880

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

+12 -12
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'a5ff7d87', 10 + 'core.pkg.css' => 'f8054294', 11 11 'core.pkg.js' => '14887b3d', 12 12 'darkconsole.pkg.js' => 'df001cab', 13 13 'differential.pkg.css' => '4a93db37', ··· 106 106 'rsrc/css/core/core.css' => '40151074', 107 107 'rsrc/css/core/remarkup.css' => '7fd5585f', 108 108 'rsrc/css/core/syntax.css' => '863f3cd8', 109 - 'rsrc/css/core/z-index.css' => 'd1c137f2', 109 + 'rsrc/css/core/z-index.css' => '44e1d311', 110 110 'rsrc/css/diviner/diviner-shared.css' => '38813222', 111 111 'rsrc/css/font/font-awesome.css' => '73d075c3', 112 112 'rsrc/css/font/font-source-sans-pro.css' => '91d53463', ··· 756 756 'phabricator-uiexample-reactor-select' => 'a155550f', 757 757 'phabricator-uiexample-reactor-sendclass' => '1def2711', 758 758 'phabricator-uiexample-reactor-sendproperties' => 'b1f0ccee', 759 - 'phabricator-zindex-css' => 'd1c137f2', 759 + 'phabricator-zindex-css' => '44e1d311', 760 760 'phame-css' => '19ecc703', 761 761 'pholio-css' => '47dffb9c', 762 762 'pholio-edit-css' => '3ad9d1ee',
+9 -9
webroot/rsrc/css/core/z-index.css
··· 88 88 z-index: 7; 89 89 } 90 90 91 - .fancy-datepicker { 92 - z-index: 7; 93 - } 94 - 95 - .calendar-button { 96 - z-index: 8; 97 - } 98 - 99 91 .differential-haunt-mode-1 .differential-add-comment-panel, 100 92 .differential-haunt-mode-2 .differential-add-comment-panel { 101 93 z-index: 8; ··· 125 117 z-index: 14; 126 118 } 127 119 128 - .jx-hovercard-container { 120 + .fancy-datepicker { 121 + z-index: 15; 122 + } 123 + 124 + .calendar-button { 129 125 z-index: 16; 126 + } 127 + 128 + .jx-hovercard-container { 129 + z-index: 17; 130 130 } 131 131 132 132 .pholio-device-lightbox {