1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-29 10:12:41 +01:00

Move all CSS "z-index" rules to "z-index.css", fix Differential z-index problem

Summary: We have enough z-index rules that they're fairly hard to visualize with "git grep". Consolidate them. Then fix T2253 (missing z-index on left menu background).

Test Plan: Made a Differential window really narrow, then scrolled it horizontally.

Reviewers: btrahan, chad, ender

Reviewed By: chad

CC: aran

Maniphest Tasks: T2253

Differential Revision: https://secure.phabricator.com/D4302
This commit is contained in:
epriestley 2012-12-30 09:30:21 -08:00
parent 96839d35f4
commit 923dc42e1a
23 changed files with 242 additions and 146 deletions

View file

@ -60,6 +60,7 @@ $package_spec = array(
), ),
'core.pkg.css' => array( 'core.pkg.css' => array(
'phabricator-core-css', 'phabricator-core-css',
'phabricator-zindex-css',
'phabricator-core-buttons-css', 'phabricator-core-buttons-css',
'phabricator-standard-page-view', 'phabricator-standard-page-view',
'aphront-dialog-view-css', 'aphront-dialog-view-css',

View file

@ -591,7 +591,7 @@ celerity_register_resource_map(array(
), ),
'aphront-dark-console-css' => 'aphront-dark-console-css' =>
array( array(
'uri' => '/res/1adffcf3/rsrc/css/aphront/dark-console.css', 'uri' => '/res/1e1f78d4/rsrc/css/aphront/dark-console.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(
@ -600,7 +600,7 @@ celerity_register_resource_map(array(
), ),
'aphront-dialog-view-css' => 'aphront-dialog-view-css' =>
array( array(
'uri' => '/res/2d27097e/rsrc/css/aphront/dialog-view.css', 'uri' => '/res/0ec64c77/rsrc/css/aphront/dialog-view.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(
@ -618,7 +618,7 @@ celerity_register_resource_map(array(
), ),
'aphront-form-view-css' => 'aphront-form-view-css' =>
array( array(
'uri' => '/res/c5c3105a/rsrc/css/aphront/form-view.css', 'uri' => '/res/2d04bf03/rsrc/css/aphront/form-view.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(
@ -709,7 +709,7 @@ celerity_register_resource_map(array(
), ),
'aphront-tooltip-css' => 'aphront-tooltip-css' =>
array( array(
'uri' => '/res/79c36254/rsrc/css/aphront/tooltip.css', 'uri' => '/res/3a7d8e07/rsrc/css/aphront/tooltip.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(
@ -718,7 +718,7 @@ celerity_register_resource_map(array(
), ),
'aphront-typeahead-control-css' => 'aphront-typeahead-control-css' =>
array( array(
'uri' => '/res/311e8830/rsrc/css/aphront/typeahead.css', 'uri' => '/res/ef59c20c/rsrc/css/aphront/typeahead.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(
@ -727,7 +727,7 @@ celerity_register_resource_map(array(
), ),
'differential-changeset-view-css' => 'differential-changeset-view-css' =>
array( array(
'uri' => '/res/657e4191/rsrc/css/application/differential/changeset-view.css', 'uri' => '/res/ea694162/rsrc/css/application/differential/changeset-view.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(
@ -787,7 +787,7 @@ celerity_register_resource_map(array(
), ),
'differential-revision-comment-css' => 'differential-revision-comment-css' =>
array( array(
'uri' => '/res/361bfbd3/rsrc/css/application/differential/revision-comment.css', 'uri' => '/res/42c222f4/rsrc/css/application/differential/revision-comment.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(
@ -859,7 +859,7 @@ celerity_register_resource_map(array(
), ),
'global-drag-and-drop-css' => 'global-drag-and-drop-css' =>
array( array(
'uri' => '/res/f3fb4a79/rsrc/css/application/files/global-drag-and-drop.css', 'uri' => '/res/4e24cb65/rsrc/css/application/files/global-drag-and-drop.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(
@ -2279,7 +2279,7 @@ celerity_register_resource_map(array(
), ),
'lightbox-attachment-css' => 'lightbox-attachment-css' =>
array( array(
'uri' => '/res/67f95ed6/rsrc/css/aphront/lightbox-attachment.css', 'uri' => '/res/4657e15d/rsrc/css/aphront/lightbox-attachment.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(
@ -2315,7 +2315,7 @@ celerity_register_resource_map(array(
), ),
'maniphest-task-summary-css' => 'maniphest-task-summary-css' =>
array( array(
'uri' => '/res/6e67cb30/rsrc/css/application/maniphest/task-summary.css', 'uri' => '/res/a520d90e/rsrc/css/application/maniphest/task-summary.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(
@ -2441,7 +2441,7 @@ celerity_register_resource_map(array(
), ),
'phabricator-core-buttons-css' => 'phabricator-core-buttons-css' =>
array( array(
'uri' => '/res/7746c9ab/rsrc/css/core/buttons.css', 'uri' => '/res/7320ca6d/rsrc/css/core/buttons.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(
@ -2450,7 +2450,7 @@ celerity_register_resource_map(array(
), ),
'phabricator-core-css' => 'phabricator-core-css' =>
array( array(
'uri' => '/res/a6bafd6e/rsrc/css/core/core.css', 'uri' => '/res/03c97d00/rsrc/css/core/core.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(
@ -2468,7 +2468,7 @@ celerity_register_resource_map(array(
), ),
'phabricator-crumbs-view-css' => 'phabricator-crumbs-view-css' =>
array( array(
'uri' => '/res/e1e1d230/rsrc/css/layout/phabricator-crumbs-view.css', 'uri' => '/res/69fdba64/rsrc/css/layout/phabricator-crumbs-view.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(
@ -2608,7 +2608,7 @@ celerity_register_resource_map(array(
), ),
'phabricator-main-menu-view' => 'phabricator-main-menu-view' =>
array( array(
'uri' => '/res/ed6256a9/rsrc/css/application/base/main-menu-view.css', 'uri' => '/res/51372302/rsrc/css/application/base/main-menu-view.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(
@ -2628,7 +2628,7 @@ celerity_register_resource_map(array(
), ),
'phabricator-nav-view-css' => 'phabricator-nav-view-css' =>
array( array(
'uri' => '/res/990ab943/rsrc/css/aphront/phabricator-nav-view.css', 'uri' => '/res/437241a5/rsrc/css/aphront/phabricator-nav-view.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(
@ -2651,7 +2651,7 @@ celerity_register_resource_map(array(
), ),
'phabricator-notification-css' => 'phabricator-notification-css' =>
array( array(
'uri' => '/res/91197237/rsrc/css/aphront/notification.css', 'uri' => '/res/664b9bec/rsrc/css/aphront/notification.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(
@ -2660,7 +2660,7 @@ celerity_register_resource_map(array(
), ),
'phabricator-notification-menu-css' => 'phabricator-notification-menu-css' =>
array( array(
'uri' => '/res/a9ff4f31/rsrc/css/application/base/notification-menu.css', 'uri' => '/res/d0d0264c/rsrc/css/application/base/notification-menu.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(
@ -2832,7 +2832,7 @@ celerity_register_resource_map(array(
), ),
'phabricator-standard-page-view' => 'phabricator-standard-page-view' =>
array( array(
'uri' => '/res/928211fe/rsrc/css/application/base/standard-page-view.css', 'uri' => '/res/395bbefe/rsrc/css/application/base/standard-page-view.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(
@ -2860,7 +2860,7 @@ celerity_register_resource_map(array(
), ),
'phabricator-timeline-view-css' => 'phabricator-timeline-view-css' =>
array( array(
'uri' => '/res/9cbeb7f0/rsrc/css/layout/phabricator-timeline-view.css', 'uri' => '/res/d87e1d60/rsrc/css/layout/phabricator-timeline-view.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(
@ -3040,6 +3040,15 @@ celerity_register_resource_map(array(
), ),
'disk' => '/rsrc/js/application/uiexample/ReactorSendPropertiesExample.js', 'disk' => '/rsrc/js/application/uiexample/ReactorSendPropertiesExample.js',
), ),
'phabricator-zindex-css' =>
array(
'uri' => '/res/16195e28/rsrc/css/core/z-index.css',
'type' => 'css',
'requires' =>
array(
),
'disk' => '/rsrc/css/core/z-index.css',
),
'phame-css' => 'phame-css' =>
array( array(
'uri' => '/res/8e3edb71/rsrc/css/application/phame/phame.css', 'uri' => '/res/8e3edb71/rsrc/css/application/phame/phame.css',
@ -3130,6 +3139,15 @@ celerity_register_resource_map(array(
), ),
'disk' => '/rsrc/js/raphael/g.raphael.line.js', 'disk' => '/rsrc/js/raphael/g.raphael.line.js',
), ),
'setup-issue-css' =>
array(
'uri' => '/res/4214704f/rsrc/css/application/config/setup-issue.css',
'type' => 'css',
'requires' =>
array(
),
'disk' => '/rsrc/css/application/config/setup-issue.css',
),
'sprite-apps-css' => 'sprite-apps-css' =>
array( array(
'uri' => '/res/355e46a9/rsrc/css/sprite-apps.css', 'uri' => '/res/355e46a9/rsrc/css/sprite-apps.css',
@ -3214,52 +3232,53 @@ celerity_register_resource_map(array(
), array( ), array(
'packages' => 'packages' =>
array( array(
'a18d592f' => '7fd7bf24' =>
array( array(
'name' => 'core.pkg.css', 'name' => 'core.pkg.css',
'symbols' => 'symbols' =>
array( array(
0 => 'phabricator-core-css', 0 => 'phabricator-core-css',
1 => 'phabricator-core-buttons-css', 1 => 'phabricator-zindex-css',
2 => 'phabricator-standard-page-view', 2 => 'phabricator-core-buttons-css',
3 => 'aphront-dialog-view-css', 3 => 'phabricator-standard-page-view',
4 => 'aphront-form-view-css', 4 => 'aphront-dialog-view-css',
5 => 'aphront-panel-view-css', 5 => 'aphront-form-view-css',
6 => 'aphront-side-nav-view-css', 6 => 'aphront-panel-view-css',
7 => 'aphront-table-view-css', 7 => 'aphront-side-nav-view-css',
8 => 'aphront-crumbs-view-css', 8 => 'aphront-table-view-css',
9 => 'aphront-tokenizer-control-css', 9 => 'aphront-crumbs-view-css',
10 => 'aphront-typeahead-control-css', 10 => 'aphront-tokenizer-control-css',
11 => 'aphront-list-filter-view-css', 11 => 'aphront-typeahead-control-css',
12 => 'phabricator-directory-css', 12 => 'aphront-list-filter-view-css',
13 => 'phabricator-jump-nav', 13 => 'phabricator-directory-css',
14 => 'phabricator-app-buttons-css', 14 => 'phabricator-jump-nav',
15 => 'phabricator-remarkup-css', 15 => 'phabricator-app-buttons-css',
16 => 'syntax-highlighting-css', 16 => 'phabricator-remarkup-css',
17 => 'aphront-pager-view-css', 17 => 'syntax-highlighting-css',
18 => 'phabricator-transaction-view-css', 18 => 'aphront-pager-view-css',
19 => 'aphront-tooltip-css', 19 => 'phabricator-transaction-view-css',
20 => 'aphront-headsup-view-css', 20 => 'aphront-tooltip-css',
21 => 'phabricator-flag-css', 21 => 'aphront-headsup-view-css',
22 => 'aphront-error-view-css', 22 => 'phabricator-flag-css',
23 => 'sprite-icon-css', 23 => 'aphront-error-view-css',
24 => 'sprite-gradient-css', 24 => 'sprite-icon-css',
25 => 'sprite-menu-css', 25 => 'sprite-gradient-css',
26 => 'sprite-apps-large-css', 26 => 'sprite-menu-css',
27 => 'phabricator-main-menu-view', 27 => 'sprite-apps-large-css',
28 => 'phabricator-notification-css', 28 => 'phabricator-main-menu-view',
29 => 'phabricator-notification-menu-css', 29 => 'phabricator-notification-css',
30 => 'lightbox-attachment-css', 30 => 'phabricator-notification-menu-css',
31 => 'phabricator-header-view-css', 31 => 'lightbox-attachment-css',
32 => 'phabricator-form-view-css', 32 => 'phabricator-header-view-css',
33 => 'phabricator-filetree-view-css', 33 => 'phabricator-form-view-css',
34 => 'phabricator-nav-view-css', 34 => 'phabricator-filetree-view-css',
35 => 'phabricator-side-menu-view-css', 35 => 'phabricator-nav-view-css',
36 => 'phabricator-crumbs-view-css', 36 => 'phabricator-side-menu-view-css',
37 => 'phabricator-object-item-list-view-css', 37 => 'phabricator-crumbs-view-css',
38 => 'global-drag-and-drop-css', 38 => 'phabricator-object-item-list-view-css',
39 => 'global-drag-and-drop-css',
), ),
'uri' => '/res/pkg/a18d592f/core.pkg.css', 'uri' => '/res/pkg/7fd7bf24/core.pkg.css',
'type' => 'css', 'type' => 'css',
), ),
'2921e259' => '2921e259' =>
@ -3315,7 +3334,7 @@ celerity_register_resource_map(array(
'uri' => '/res/pkg/8edbada5/darkconsole.pkg.js', 'uri' => '/res/pkg/8edbada5/darkconsole.pkg.js',
'type' => 'js', 'type' => 'js',
), ),
'380df740' => '20933a11' =>
array( array(
'name' => 'differential.pkg.css', 'name' => 'differential.pkg.css',
'symbols' => 'symbols' =>
@ -3335,7 +3354,7 @@ celerity_register_resource_map(array(
12 => 'differential-local-commits-view-css', 12 => 'differential-local-commits-view-css',
13 => 'inline-comment-summary-css', 13 => 'inline-comment-summary-css',
), ),
'uri' => '/res/pkg/380df740/differential.pkg.css', 'uri' => '/res/pkg/20933a11/differential.pkg.css',
'type' => 'css', 'type' => 'css',
), ),
'76556a8f' => '76556a8f' =>
@ -3417,7 +3436,7 @@ celerity_register_resource_map(array(
'uri' => '/res/pkg/fbeded59/javelin.pkg.js', 'uri' => '/res/pkg/fbeded59/javelin.pkg.js',
'type' => 'js', 'type' => 'js',
), ),
'7839ae2d' => 'ac211174' =>
array( array(
'name' => 'maniphest.pkg.css', 'name' => 'maniphest.pkg.css',
'symbols' => 'symbols' =>
@ -3427,7 +3446,7 @@ celerity_register_resource_map(array(
2 => 'aphront-attached-file-view-css', 2 => 'aphront-attached-file-view-css',
3 => 'phabricator-project-tag-css', 3 => 'phabricator-project-tag-css',
), ),
'uri' => '/res/pkg/7839ae2d/maniphest.pkg.css', 'uri' => '/res/pkg/ac211174/maniphest.pkg.css',
'type' => 'css', 'type' => 'css',
), ),
'7707de41' => '7707de41' =>
@ -3447,36 +3466,36 @@ celerity_register_resource_map(array(
), ),
'reverse' => 'reverse' =>
array( array(
'aphront-attached-file-view-css' => '7839ae2d', 'aphront-attached-file-view-css' => 'ac211174',
'aphront-crumbs-view-css' => 'a18d592f', 'aphront-crumbs-view-css' => '7fd7bf24',
'aphront-dialog-view-css' => 'a18d592f', 'aphront-dialog-view-css' => '7fd7bf24',
'aphront-error-view-css' => 'a18d592f', 'aphront-error-view-css' => '7fd7bf24',
'aphront-form-view-css' => 'a18d592f', 'aphront-form-view-css' => '7fd7bf24',
'aphront-headsup-action-list-view-css' => '380df740', 'aphront-headsup-action-list-view-css' => '20933a11',
'aphront-headsup-view-css' => 'a18d592f', 'aphront-headsup-view-css' => '7fd7bf24',
'aphront-list-filter-view-css' => 'a18d592f', 'aphront-list-filter-view-css' => '7fd7bf24',
'aphront-pager-view-css' => 'a18d592f', 'aphront-pager-view-css' => '7fd7bf24',
'aphront-panel-view-css' => 'a18d592f', 'aphront-panel-view-css' => '7fd7bf24',
'aphront-side-nav-view-css' => 'a18d592f', 'aphront-side-nav-view-css' => '7fd7bf24',
'aphront-table-view-css' => 'a18d592f', 'aphront-table-view-css' => '7fd7bf24',
'aphront-tokenizer-control-css' => 'a18d592f', 'aphront-tokenizer-control-css' => '7fd7bf24',
'aphront-tooltip-css' => 'a18d592f', 'aphront-tooltip-css' => '7fd7bf24',
'aphront-typeahead-control-css' => 'a18d592f', 'aphront-typeahead-control-css' => '7fd7bf24',
'differential-changeset-view-css' => '380df740', 'differential-changeset-view-css' => '20933a11',
'differential-core-view-css' => '380df740', 'differential-core-view-css' => '20933a11',
'differential-inline-comment-editor' => '76556a8f', 'differential-inline-comment-editor' => '76556a8f',
'differential-local-commits-view-css' => '380df740', 'differential-local-commits-view-css' => '20933a11',
'differential-results-table-css' => '380df740', 'differential-results-table-css' => '20933a11',
'differential-revision-add-comment-css' => '380df740', 'differential-revision-add-comment-css' => '20933a11',
'differential-revision-comment-css' => '380df740', 'differential-revision-comment-css' => '20933a11',
'differential-revision-comment-list-css' => '380df740', 'differential-revision-comment-list-css' => '20933a11',
'differential-revision-history-css' => '380df740', 'differential-revision-history-css' => '20933a11',
'differential-revision-list-css' => '380df740', 'differential-revision-list-css' => '20933a11',
'differential-table-of-contents-css' => '380df740', 'differential-table-of-contents-css' => '20933a11',
'diffusion-commit-view-css' => 'c8ce2d88', 'diffusion-commit-view-css' => 'c8ce2d88',
'diffusion-icons-css' => 'c8ce2d88', 'diffusion-icons-css' => 'c8ce2d88',
'global-drag-and-drop-css' => 'a18d592f', 'global-drag-and-drop-css' => '7fd7bf24',
'inline-comment-summary-css' => '380df740', 'inline-comment-summary-css' => '20933a11',
'javelin-aphlict' => '2921e259', 'javelin-aphlict' => '2921e259',
'javelin-behavior' => 'fbeded59', 'javelin-behavior' => 'fbeded59',
'javelin-behavior-aphlict-dropdown' => '2921e259', 'javelin-behavior-aphlict-dropdown' => '2921e259',
@ -3544,48 +3563,49 @@ celerity_register_resource_map(array(
'javelin-util' => 'fbeded59', 'javelin-util' => 'fbeded59',
'javelin-vector' => 'fbeded59', 'javelin-vector' => 'fbeded59',
'javelin-workflow' => 'fbeded59', 'javelin-workflow' => 'fbeded59',
'lightbox-attachment-css' => 'a18d592f', 'lightbox-attachment-css' => '7fd7bf24',
'maniphest-task-summary-css' => '7839ae2d', 'maniphest-task-summary-css' => 'ac211174',
'maniphest-transaction-detail-css' => '7839ae2d', 'maniphest-transaction-detail-css' => 'ac211174',
'phabricator-app-buttons-css' => 'a18d592f', 'phabricator-app-buttons-css' => '7fd7bf24',
'phabricator-busy' => '2921e259', 'phabricator-busy' => '2921e259',
'phabricator-content-source-view-css' => '380df740', 'phabricator-content-source-view-css' => '20933a11',
'phabricator-core-buttons-css' => 'a18d592f', 'phabricator-core-buttons-css' => '7fd7bf24',
'phabricator-core-css' => 'a18d592f', 'phabricator-core-css' => '7fd7bf24',
'phabricator-crumbs-view-css' => 'a18d592f', 'phabricator-crumbs-view-css' => '7fd7bf24',
'phabricator-directory-css' => 'a18d592f', 'phabricator-directory-css' => '7fd7bf24',
'phabricator-drag-and-drop-file-upload' => '76556a8f', 'phabricator-drag-and-drop-file-upload' => '76556a8f',
'phabricator-dropdown-menu' => '2921e259', 'phabricator-dropdown-menu' => '2921e259',
'phabricator-file-upload' => '2921e259', 'phabricator-file-upload' => '2921e259',
'phabricator-filetree-view-css' => 'a18d592f', 'phabricator-filetree-view-css' => '7fd7bf24',
'phabricator-flag-css' => 'a18d592f', 'phabricator-flag-css' => '7fd7bf24',
'phabricator-form-view-css' => 'a18d592f', 'phabricator-form-view-css' => '7fd7bf24',
'phabricator-header-view-css' => 'a18d592f', 'phabricator-header-view-css' => '7fd7bf24',
'phabricator-jump-nav' => 'a18d592f', 'phabricator-jump-nav' => '7fd7bf24',
'phabricator-keyboard-shortcut' => '2921e259', 'phabricator-keyboard-shortcut' => '2921e259',
'phabricator-keyboard-shortcut-manager' => '2921e259', 'phabricator-keyboard-shortcut-manager' => '2921e259',
'phabricator-main-menu-view' => 'a18d592f', 'phabricator-main-menu-view' => '7fd7bf24',
'phabricator-menu-item' => '2921e259', 'phabricator-menu-item' => '2921e259',
'phabricator-nav-view-css' => 'a18d592f', 'phabricator-nav-view-css' => '7fd7bf24',
'phabricator-notification' => '2921e259', 'phabricator-notification' => '2921e259',
'phabricator-notification-css' => 'a18d592f', 'phabricator-notification-css' => '7fd7bf24',
'phabricator-notification-menu-css' => 'a18d592f', 'phabricator-notification-menu-css' => '7fd7bf24',
'phabricator-object-item-list-view-css' => 'a18d592f', 'phabricator-object-item-list-view-css' => '7fd7bf24',
'phabricator-object-selector-css' => '380df740', 'phabricator-object-selector-css' => '20933a11',
'phabricator-paste-file-upload' => '2921e259', 'phabricator-paste-file-upload' => '2921e259',
'phabricator-prefab' => '2921e259', 'phabricator-prefab' => '2921e259',
'phabricator-project-tag-css' => '7839ae2d', 'phabricator-project-tag-css' => 'ac211174',
'phabricator-remarkup-css' => 'a18d592f', 'phabricator-remarkup-css' => '7fd7bf24',
'phabricator-shaped-request' => '76556a8f', 'phabricator-shaped-request' => '76556a8f',
'phabricator-side-menu-view-css' => 'a18d592f', 'phabricator-side-menu-view-css' => '7fd7bf24',
'phabricator-standard-page-view' => 'a18d592f', 'phabricator-standard-page-view' => '7fd7bf24',
'phabricator-textareautils' => '2921e259', 'phabricator-textareautils' => '2921e259',
'phabricator-tooltip' => '2921e259', 'phabricator-tooltip' => '2921e259',
'phabricator-transaction-view-css' => 'a18d592f', 'phabricator-transaction-view-css' => '7fd7bf24',
'sprite-apps-large-css' => 'a18d592f', 'phabricator-zindex-css' => '7fd7bf24',
'sprite-gradient-css' => 'a18d592f', 'sprite-apps-large-css' => '7fd7bf24',
'sprite-icon-css' => 'a18d592f', 'sprite-gradient-css' => '7fd7bf24',
'sprite-menu-css' => 'a18d592f', 'sprite-icon-css' => '7fd7bf24',
'syntax-highlighting-css' => 'a18d592f', 'sprite-menu-css' => '7fd7bf24',
'syntax-highlighting-css' => '7fd7bf24',
), ),
)); ));

View file

@ -101,6 +101,7 @@ final class PhabricatorStandardPageView extends PhabricatorBarePageView {
$console = $this->getConsole(); $console = $this->getConsole();
require_celerity_resource('phabricator-core-css'); require_celerity_resource('phabricator-core-css');
require_celerity_resource('phabricator-zindex-css');
require_celerity_resource('phabricator-core-buttons-css'); require_celerity_resource('phabricator-core-buttons-css');
require_celerity_resource('sprite-gradient-css'); require_celerity_resource('sprite-gradient-css');
require_celerity_resource('phabricator-standard-page-view'); require_celerity_resource('phabricator-standard-page-view');

View file

@ -9,7 +9,6 @@
font-family: "Verdana"; font-family: "Verdana";
font-size: 11px; font-size: 11px;
position: relative; position: relative;
z-index: 5;
} }
.dark-console a:link { .dark-console a:link {

View file

@ -47,7 +47,6 @@
.jx-client-dialog { .jx-client-dialog {
position: absolute; position: absolute;
z-index: 14;
width: 100%; width: 100%;
} }
@ -55,7 +54,6 @@
opacity: .37; opacity: .37;
background: #222; background: #222;
position: fixed; position: fixed;
z-index: 10;
top: 0; top: 0;
left: 0; left: 0;
right: 0; right: 0;

View file

@ -200,7 +200,6 @@ table.aphront-form-control-checkbox-layout th {
padding: 8px 12px; padding: 8px 12px;
margin: 2px 8px 2px 2px; margin: 2px 8px 2px 2px;
position: relative; position: relative;
z-index: 8;
border: 1px solid transparent; border: 1px solid transparent;
} }
@ -222,7 +221,6 @@ table.aphront-form-control-checkbox-layout th {
.fancy-datepicker { .fancy-datepicker {
position: absolute; position: absolute;
width: 240px; width: 240px;
z-index: 7;
} }
.fancy-datepicker-core { .fancy-datepicker-core {

View file

@ -13,7 +13,6 @@
left: 0; left: 0;
bottom: 0; bottom: 0;
right: 0; right: 0;
z-index: 12;
overflow-y: auto; overflow-y: auto;
} }

View file

@ -7,8 +7,6 @@
bottom: 24px; bottom: 24px;
left: 24px; left: 24px;
z-index: 7;
} }
.jx-notification { .jx-notification {

View file

@ -46,7 +46,6 @@
bottom: 0; bottom: 0;
left: 179px; left: 179px;
width: 7px; width: 7px;
z-index: 4;
cursor: col-resize; cursor: col-resize;
background: #f5f5f5; background: #f5f5f5;

View file

@ -4,7 +4,6 @@
.jx-tooltip-container { .jx-tooltip-container {
position: absolute; position: absolute;
z-index: 18;
} }
.jx-tooltip { .jx-tooltip {

View file

@ -8,7 +8,6 @@ div.jx-typeahead-hardpoint {
} }
div.jx-typeahead-results { div.jx-typeahead-results {
z-index: 8;
position: absolute; position: absolute;
border-bottom: 1px solid #203b75; border-bottom: 1px solid #203b75;
padding: 0; padding: 0;

View file

@ -16,7 +16,6 @@
background-repeat: repeat-x; background-repeat: repeat-x;
position: relative; position: relative;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
z-index: 6;
min-height: 44px; min-height: 44px;
} }

View file

@ -14,7 +14,6 @@
width: 360px; width: 360px;
top: 42px; top: 42px;
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5); box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
z-index: 9;
border: 2px solid #33393d; border: 2px solid #33393d;
border-top-width: 0; border-top-width: 0;

View file

@ -46,7 +46,6 @@
} }
.keyboard-focus-focus-reticle { .keyboard-focus-focus-reticle {
z-index: 1;
background: #ffffd3; background: #ffffd3;
position: absolute; position: absolute;
border: 1px solid #999900; border: 1px solid #999900;

View file

@ -8,7 +8,6 @@
} }
.differential-changeset { .differential-changeset {
z-index: 2;
position: relative; position: relative;
margin: 0; margin: 0;
padding: 10px 0% 20px 2%; padding: 10px 0% 20px 2%;
@ -228,7 +227,6 @@ td.cov-X {
background: #ffeeaa; background: #ffeeaa;
border: 1px solid #ffcc00; border: 1px solid #ffcc00;
position: absolute; position: absolute;
z-index: 2;
opacity: 0.5; opacity: 0.5;
top: 0px; top: 0px;
left: 0px; left: 0px;

View file

@ -24,7 +24,6 @@
bottom: 0; bottom: 0;
right: 0; right: 0;
left: 0; left: 0;
z-index: 8;
overflow: auto; overflow: auto;
max-height: 375px; max-height: 375px;

View file

@ -16,7 +16,6 @@
color: #ffffff; color: #ffffff;
background: rgba(0, 0, 0, 0.8); background: rgba(0, 0, 0, 0.8);
z-index: 8;
border-radius: 18px; border-radius: 18px;
} }

View file

@ -204,5 +204,4 @@ td.maniphest-active-handle {
.maniphest-task-dragging { .maniphest-task-dragging {
position: relative; position: relative;
opacity: 0.5; opacity: 0.5;
z-index: 5;
} }

View file

@ -121,9 +121,7 @@ button.link:hover {
text-decoration: underline; text-decoration: underline;
} }
.dropdown-menu-frame { .dropdown-menu-frame {
z-index: 32;
position: absolute; position: absolute;
width: 240px; width: 240px;
background: #f6f6f6; background: #f6f6f6;

View file

@ -2,7 +2,6 @@
* @provides phabricator-core-css * @provides phabricator-core-css
*/ */
body { body {
/* Always show the vertical scrollbar so that going from a page without a /* Always show the vertical scrollbar so that going from a page without a
scrollbar to a page with a scrollbar doesn't make content jump a few scrollbar to a page with a scrollbar doesn't make content jump a few
@ -117,7 +116,6 @@ img {
width: 64px; width: 64px;
height: 64px; height: 64px;
opacity: 0.5; opacity: 0.5;
z-index: 40;
border: 1px solid #444444; border: 1px solid #444444;
border-radius: 8px; border-radius: 8px;

View file

@ -0,0 +1,100 @@
/**
* @provides phabricator-zindex-css
*/
.keyboard-focus-focus-reticle {
z-index: 1;
}
.device-desktop .phabricator-timeline-minor-event .phabricator-timeline-image {
z-index: 2;
}
.differential-reticle {
z-index: 2;
}
.differential-changeset {
z-index: 2;
}
.phabricator-timeline-icon-fill {
z-index: 3;
}
.phabricator-nav-column-background {
z-index: 3;
}
.phabricator-nav-drag {
z-index: 4;
}
.dark-console {
z-index: 5;
}
.maniphest-task-dragging {
z-index: 5;
}
.phabricator-crumbs-view {
z-index: 5;
}
.phabricator-main-menu {
z-index: 6;
}
.jx-notification-container {
z-index: 7;
}
.fancy-datepicker {
z-index: 7;
}
.calendar-button {
z-index: 8;
}
div.jx-typeahead-results {
z-index: 8;
}
.differential-haunt-mode-1 .differential-add-comment-panel,
.differential-haunt-mode-2 .differential-add-comment-panel {
z-index: 8;
}
.device-desktop .phabricator-notification-menu {
z-index: 9;
}
.jx-mask {
z-index: 10;
}
.phabricator-global-upload-instructions {
z-index: 11;
}
.lightbox-attachment {
z-index: 12;
}
.jx-client-dialog {
z-index: 14;
}
.jx-tooltip-container {
z-index: 18;
}
.dropdown-menu-frame {
z-index: 32;
}
.busy {
z-index: 40;
}

View file

@ -17,7 +17,6 @@
/* TODO: Position this over the slider for Differential's file tree view. /* TODO: Position this over the slider for Differential's file tree view.
Remove this once that gets sorted out. */ Remove this once that gets sorted out. */
position: relative; position: relative;
z-index: 5;
} }
.phabricator-crumbs-view, .phabricator-crumbs-view,

View file

@ -81,7 +81,6 @@
height: 30px; height: 30px;
background-size: 30px auto; background-size: 30px auto;
left: -45px; left: -45px;
z-index: 2;
} }
.phabricator-timeline-major-event .phabricator-timeline-title { .phabricator-timeline-major-event .phabricator-timeline-title {
@ -134,7 +133,6 @@
background-color: #c0c5d1; background-color: #c0c5d1;
top: 0; top: 0;
left: -3px; left: -3px;
z-index: 3;
} }
.phabricator-timeline-icon { .phabricator-timeline-icon {