mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
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
This commit is contained in:
parent
0dbd61c2f2
commit
6193548b46
2 changed files with 7 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
||||||
*/
|
*/
|
||||||
return array(
|
return array(
|
||||||
'names' => array(
|
'names' => array(
|
||||||
'core.pkg.css' => '7d05ad2a',
|
'core.pkg.css' => 'a2a90172',
|
||||||
'core.pkg.js' => 'dfea788f',
|
'core.pkg.js' => 'dfea788f',
|
||||||
'darkconsole.pkg.js' => '8ab24e01',
|
'darkconsole.pkg.js' => '8ab24e01',
|
||||||
'differential.pkg.css' => '3500921f',
|
'differential.pkg.css' => '3500921f',
|
||||||
|
@ -110,7 +110,7 @@ return array(
|
||||||
'rsrc/css/core/core.css' => '76e8ee93',
|
'rsrc/css/core/core.css' => '76e8ee93',
|
||||||
'rsrc/css/core/remarkup.css' => 'e10512ff',
|
'rsrc/css/core/remarkup.css' => 'e10512ff',
|
||||||
'rsrc/css/core/syntax.css' => '56c1ba38',
|
'rsrc/css/core/syntax.css' => '56c1ba38',
|
||||||
'rsrc/css/core/z-index.css' => '72110fd4',
|
'rsrc/css/core/z-index.css' => '5a2b9d9d',
|
||||||
'rsrc/css/diviner/diviner-shared.css' => '38813222',
|
'rsrc/css/diviner/diviner-shared.css' => '38813222',
|
||||||
'rsrc/css/font/font-awesome.css' => 'ae9a7b4d',
|
'rsrc/css/font/font-awesome.css' => 'ae9a7b4d',
|
||||||
'rsrc/css/font/font-source-sans-pro.css' => '4a2430d7',
|
'rsrc/css/font/font-source-sans-pro.css' => '4a2430d7',
|
||||||
|
@ -767,7 +767,7 @@ return array(
|
||||||
'phabricator-uiexample-reactor-select' => 'a155550f',
|
'phabricator-uiexample-reactor-select' => 'a155550f',
|
||||||
'phabricator-uiexample-reactor-sendclass' => '1def2711',
|
'phabricator-uiexample-reactor-sendclass' => '1def2711',
|
||||||
'phabricator-uiexample-reactor-sendproperties' => 'b1f0ccee',
|
'phabricator-uiexample-reactor-sendproperties' => 'b1f0ccee',
|
||||||
'phabricator-zindex-css' => '72110fd4',
|
'phabricator-zindex-css' => '5a2b9d9d',
|
||||||
'phame-css' => '88bd4705',
|
'phame-css' => '88bd4705',
|
||||||
'pholio-css' => '95174bdd',
|
'pholio-css' => '95174bdd',
|
||||||
'pholio-edit-css' => '3ad9d1ee',
|
'pholio-edit-css' => '3ad9d1ee',
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.setup-warning-callout,
|
|
||||||
.keyboard-focus-focus-reticle {
|
.keyboard-focus-focus-reticle {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
@ -65,6 +64,10 @@
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.setup-warning-callout {
|
||||||
|
z-index: 5;
|
||||||
|
}
|
||||||
|
|
||||||
.loading .messages-loading-mask,
|
.loading .messages-loading-mask,
|
||||||
.loading .widgets-loading-mask {
|
.loading .widgets-loading-mask {
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
|
|
Loading…
Reference in a new issue