mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-28 16:30:59 +01:00
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
This commit is contained in:
parent
5d62f56c8f
commit
6669fe9e8a
2 changed files with 12 additions and 12 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => 'a5ff7d87',
|
||||
'core.pkg.css' => 'f8054294',
|
||||
'core.pkg.js' => '14887b3d',
|
||||
'darkconsole.pkg.js' => 'df001cab',
|
||||
'differential.pkg.css' => '4a93db37',
|
||||
|
@ -106,7 +106,7 @@ return array(
|
|||
'rsrc/css/core/core.css' => '40151074',
|
||||
'rsrc/css/core/remarkup.css' => '7fd5585f',
|
||||
'rsrc/css/core/syntax.css' => '863f3cd8',
|
||||
'rsrc/css/core/z-index.css' => 'd1c137f2',
|
||||
'rsrc/css/core/z-index.css' => '44e1d311',
|
||||
'rsrc/css/diviner/diviner-shared.css' => '38813222',
|
||||
'rsrc/css/font/font-awesome.css' => '73d075c3',
|
||||
'rsrc/css/font/font-source-sans-pro.css' => '91d53463',
|
||||
|
@ -756,7 +756,7 @@ return array(
|
|||
'phabricator-uiexample-reactor-select' => 'a155550f',
|
||||
'phabricator-uiexample-reactor-sendclass' => '1def2711',
|
||||
'phabricator-uiexample-reactor-sendproperties' => 'b1f0ccee',
|
||||
'phabricator-zindex-css' => 'd1c137f2',
|
||||
'phabricator-zindex-css' => '44e1d311',
|
||||
'phame-css' => '19ecc703',
|
||||
'pholio-css' => '47dffb9c',
|
||||
'pholio-edit-css' => '3ad9d1ee',
|
||||
|
|
|
@ -88,14 +88,6 @@
|
|||
z-index: 7;
|
||||
}
|
||||
|
||||
.fancy-datepicker {
|
||||
z-index: 7;
|
||||
}
|
||||
|
||||
.calendar-button {
|
||||
z-index: 8;
|
||||
}
|
||||
|
||||
.differential-haunt-mode-1 .differential-add-comment-panel,
|
||||
.differential-haunt-mode-2 .differential-add-comment-panel {
|
||||
z-index: 8;
|
||||
|
@ -125,10 +117,18 @@ div.jx-typeahead-results {
|
|||
z-index: 14;
|
||||
}
|
||||
|
||||
.jx-hovercard-container {
|
||||
.fancy-datepicker {
|
||||
z-index: 15;
|
||||
}
|
||||
|
||||
.calendar-button {
|
||||
z-index: 16;
|
||||
}
|
||||
|
||||
.jx-hovercard-container {
|
||||
z-index: 17;
|
||||
}
|
||||
|
||||
.pholio-device-lightbox {
|
||||
z-index: 20;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue