[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 /** 2 * @provides phabricator-zindex-css 3 */ 4 5 .keyboard-focus-focus-reticle { 6 z-index: 1; 7 } 8 9 .device-desktop .phui-timeline-minor-event .phui-timeline-image { 10 z-index: 2; 11 } 12 13 .differential-reticle { 14 z-index: 2; 15 } 16 17 .differential-changeset { 18 z-index: 2; 19 } 20 21 .pholio-new-inline-comment { 22 z-index: 2; 23 } 24 25 .slowvote-bar { 26 z-index: 2; 27 } 28 29 .slowvote-above-the-bar { 30 z-index: 3; 31 } 32 33 .phui-timeline-icon-fill { 34 z-index: 3; 35 } 36 37 .phabricator-nav-column-background { 38 z-index: 3; 39 } 40 41 .phabricator-crumbs-view { 42 z-index: 3; 43 } 44 45 .phabricator-nav-local { 46 z-index: 4; 47 } 48 49 .conpherence-layout .conpherence-no-threads { 50 z-index: 4; 51 } 52 53 .conpherence-menu-pane { 54 z-index: 4; 55 } 56 57 .phabricator-nav-drag { 58 z-index: 4; 59 } 60 61 .loading .messages-loading-mask, 62 .loading .widgets-loading-mask { 63 z-index: 5; 64 } 65 66 .dark-console { 67 z-index: 5; 68 } 69 70 .drag-dragging { 71 z-index: 5; 72 } 73 74 .phui-calendar-date-number { 75 z-index: 5; 76 } 77 78 .phabricator-main-menu { 79 z-index: 6; 80 } 81 82 .setup-warning-callout, 83 .aphront-developer-error-callout { 84 z-index: 6; 85 } 86 87 .jx-notification-container { 88 z-index: 7; 89 } 90 91 .differential-haunt-mode-1 .differential-add-comment-panel, 92 .differential-haunt-mode-2 .differential-add-comment-panel { 93 z-index: 8; 94 } 95 96 .device-desktop .phabricator-notification-menu { 97 z-index: 9; 98 } 99 100 .jx-mask { 101 z-index: 10; 102 } 103 104 .phabricator-global-upload-instructions { 105 z-index: 11; 106 } 107 108 .lightbox-attachment { 109 z-index: 12; 110 } 111 112 div.jx-typeahead-results { 113 z-index: 13; 114 } 115 116 .jx-client-dialog { 117 z-index: 14; 118 } 119 120 .fancy-datepicker { 121 z-index: 15; 122 } 123 124 .calendar-button { 125 z-index: 16; 126 } 127 128 .jx-hovercard-container { 129 z-index: 17; 130 } 131 132 .pholio-device-lightbox { 133 z-index: 20; 134 } 135 136 .phuix-dropdown-menu { 137 z-index: 32; 138 } 139 140 .busy { 141 z-index: 40; 142 } 143 144 .remarkup-control-fullscreen-mode { 145 z-index: 50; 146 } 147 148 .jx-tooltip-container { 149 z-index: 51; 150 } 151 152 .audible .aural-only { 153 z-index: 100; 154 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |