Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/core/z-index.css
12241 views
1
/**
2
* @provides phabricator-zindex-css
3
*/
4
5
.device .phabricator-action-list-view.phabricator-action-list-toggle,
6
.device-desktop .phui-document-content
7
.phabricator-action-list-view.phabricator-action-list-toggle {
8
z-index: 1;
9
}
10
11
.keyboard-focus-focus-reticle {
12
z-index: 2;
13
}
14
15
.device-desktop .phui-timeline-minor-event .phui-timeline-image {
16
z-index: 2;
17
}
18
19
.differential-changeset {
20
z-index: 2;
21
}
22
23
.pholio-new-inline-comment {
24
z-index: 2;
25
}
26
27
.slowvote-bar {
28
z-index: 2;
29
}
30
31
div.phui-calendar-day-event {
32
z-index: 2;
33
}
34
35
.slowvote-above-the-bar {
36
z-index: 3;
37
}
38
39
.phui-timeline-icon-fill {
40
z-index: 3;
41
}
42
43
.phui-crumbs-view {
44
z-index: 3;
45
}
46
47
.phabricator-nav-local {
48
z-index: 4;
49
}
50
51
.project-board-header {
52
z-index: 4;
53
}
54
55
.conpherence-layout .conpherence-no-threads {
56
z-index: 4;
57
}
58
59
.conpherence-menu-pane {
60
z-index: 4;
61
}
62
63
.conpherence-message-pane .conpherence-search-main {
64
z-index: 4;
65
}
66
67
.dark-console {
68
z-index: 5;
69
}
70
71
.phui-calendar-date-number {
72
z-index: 5;
73
}
74
75
.phabricator-main-menu {
76
z-index: 6;
77
}
78
79
.aphront-developer-error-callout {
80
z-index: 6;
81
}
82
83
.loading .messages-loading-mask,
84
.loading .widgets-loading-mask {
85
z-index: 6;
86
}
87
88
.diff-banner {
89
z-index: 6;
90
}
91
92
.conpherence-durable-column {
93
z-index: 7;
94
}
95
96
.jx-scrollbar-bar {
97
z-index: 8;
98
}
99
100
.differential-haunt-mode-1 .differential-add-comment-panel,
101
.differential-haunt-mode-2 .differential-add-comment-panel {
102
z-index: 8;
103
}
104
105
.remarkup-assist-pinned {
106
z-index: 8;
107
}
108
109
.device-desktop .phabricator-notification-menu {
110
z-index: 9;
111
}
112
113
.jx-mask {
114
z-index: 10;
115
}
116
117
.jx-notification-container {
118
z-index: 11;
119
}
120
121
.phabricator-global-upload-instructions {
122
z-index: 11;
123
}
124
125
.lightbox-attachment {
126
z-index: 12;
127
}
128
129
div.jx-typeahead-results {
130
z-index: 13;
131
}
132
133
.jx-client-dialog {
134
z-index: 14;
135
}
136
137
.fancy-datepicker {
138
z-index: 15;
139
}
140
141
.drag-frame {
142
z-index: 16;
143
}
144
145
.jx-hovercard-container {
146
z-index: 17;
147
}
148
149
.pholio-device-lightbox {
150
z-index: 20;
151
}
152
153
.phuix-autocomplete {
154
z-index: 21;
155
}
156
157
.conpherence-participant-pane {
158
z-index: 25;
159
}
160
161
.conpherence-layout .conpherence-loading-mask {
162
z-index: 30;
163
}
164
165
.phuix-dropdown-menu {
166
z-index: 32;
167
}
168
169
.busy {
170
z-index: 40;
171
}
172
173
.remarkup-control-fullscreen-mode {
174
z-index: 50;
175
}
176
177
.jx-tooltip-container {
178
z-index: 51;
179
}
180
181
.audible .aural-only {
182
z-index: 100;
183
}
184
185